Passed
Pull Request — master (#36)
by Sander
03:17
created
src/Console/Commands/Cleanup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         $userModel = config('auth.providers.users.model');
44 44
         $users = $userModel::all();
45 45
 
46
-        $strategy = app($config['cleanup']['strategy']);
46
+        $strategy = app($config[ 'cleanup' ][ 'strategy' ]);
47 47
 
48 48
         CleanupJob::dispatch($users, $strategy);
49 49
 
Please login to merge, or discard this patch.