@@ -5,7 +5,7 @@ |
||
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 |