@@ -25,9 +25,9 @@ |
||
25 | 25 | */ |
26 | 26 | public function register() |
27 | 27 | { |
28 | - $this->app->resolving('auth', function ($auth) { |
|
28 | + $this->app->resolving('auth', function($auth) { |
|
29 | 29 | /** @var AuthManager $auth */ |
30 | - $auth->provider('cache', function ($app, $config) { |
|
30 | + $auth->provider('cache', function($app, $config) { |
|
31 | 31 | return new CacheProvider( |
32 | 32 | ($config['hash'] ?? $app['hash']), |
33 | 33 | ($config['cache'] ?? $app->config->get('cache.default')), |