@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | // Register the JWT driver with Laravel |
15 | 15 | $auth = $this->app->make(AuthManager::class); |
16 | - $auth->extend('jwt', function (Application $app, string $name, array $config) use ($auth) { |
|
16 | + $auth->extend('jwt', function(Application $app, string $name, array $config) use ($auth) { |
|
17 | 17 | $provider = $auth->createUserProvider($config['provider'] ?? null); |
18 | 18 | |
19 | 19 | if ($provider === null) { |