Passed
Push — master ( d256c0...2e5d5e )
by hugh
13:07
created
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,9 +25,9 @@
 block discarded – undo
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')),
Please login to merge, or discard this patch.