We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f59f6 + 647637e commit bf8f2caCopy full SHA for bf8f2ca
config/app.php
@@ -144,11 +144,10 @@
144
'Todo\Providers\ConfigServiceProvider',
145
'Todo\Providers\EventServiceProvider',
146
'Todo\Providers\RouteServiceProvider',
147
-
148
- /*
149
- * JSON Web Token (Authentication)
150
- */
151
- 'Tymon\JWTAuth\Providers\JWTAuthServiceProvider',
+ /*
+ * JSON Web Token (Authentication)
+ */
+ 'Tymon\JWTAuth\Providers\JWTAuthServiceProvider',
152
153
],
154
@@ -197,8 +196,7 @@
197
196
'URL' => 'Illuminate\Support\Facades\URL',
198
'Validator' => 'Illuminate\Support\Facades\Validator',
199
'View' => 'Illuminate\Support\Facades\View',
200
201
- 'JWTAuth' => 'Tymon\JWTAuth\Facades\JWTAuth',
+ 'JWTAuth' => 'Tymon\JWTAuth\Facades\JWTAuth',
202
203
204
0 commit comments