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