Passed
Push — master ( 563af3...62f313 )
by Vicens
02:00
created
src/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Illuminate\Support\Facades\Config;
6 6
 
7 7
 // 注册路由
8
-Route::get(Config::get('captcha.route', 'captcha'), function () {
8
+Route::get(Config::get('captcha.route', 'captcha'), function() {
9 9
 
10 10
     return Captcha::make()->response();
11 11
 });
12 12
\ No newline at end of file
Please login to merge, or discard this patch.