@@ -17,7 +17,7 @@ |
||
17 | 17 | Commands\DropDatabase::class, |
18 | 18 | Commands\DropTables::class, |
19 | 19 | Commands\Migrate::class, |
20 | - ]; |
|
20 | + ]; |
|
21 | 21 | protected function schedule(Schedule $schedule) |
22 | 22 | { |
23 | 23 | $schedule->command('telescope:prune')->daily(); |