| @@ -43,7 +43,7 @@ | ||
| 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 | |