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.
1 parent de7e70c commit 6e622eaCopy full SHA for 6e622ea
config/app.php
@@ -144,10 +144,10 @@
144
'Todo\Providers\ConfigServiceProvider',
145
'Todo\Providers\EventServiceProvider',
146
'Todo\Providers\RouteServiceProvider',
147
- /*
148
- * JSON Web Token (Authentication)
149
- */
150
- 'Tymon\JWTAuth\Providers\JWTAuthServiceProvider',
+ /*
+ * JSON Web Token (Authentication)
+ */
+ 'Tymon\JWTAuth\Providers\JWTAuthServiceProvider',
151
152
],
153
@@ -196,7 +196,7 @@
196
'URL' => 'Illuminate\Support\Facades\URL',
197
'Validator' => 'Illuminate\Support\Facades\Validator',
198
'View' => 'Illuminate\Support\Facades\View',
199
- 'JWTAuth' => 'Tymon\JWTAuth\Facades\JWTAuth',
+ 'JWTAuth' => 'Tymon\JWTAuth\Facades\JWTAuth',
200
201
202
0 commit comments