|
@@ -159,7 +159,7 @@ return [
|
|
|
App\Providers\SQLServiceProvider::class,
|
|
|
Vinkla\Hashids\HashidsServiceProvider::class,
|
|
|
Tymon\JWTAuth\Providers\JWTAuthServiceProvider::class,
|
|
|
- //Mews\Captcha\CaptchaServiceProvider::class,
|
|
|
+ Mews\Captcha\CaptchaServiceProvider::class,
|
|
|
//VladimirYuldashev\LaravelQueueRabbitMQ\LaravelQueueRabbitMQServiceProvider::class,
|
|
|
],
|
|
|
|
|
@@ -208,7 +208,7 @@ return [
|
|
|
'View' => Illuminate\Support\Facades\View::class,
|
|
|
'Hashids' => Vinkla\Hashids\Facades\Hashids::class,
|
|
|
'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class ,
|
|
|
- //'Captcha' => Mews\Captcha\Facades\Captcha::class,
|
|
|
+ 'Captcha' => Mews\Captcha\Facades\Captcha::class,
|
|
|
],
|
|
|
|
|
|
];
|