self::id()])); } public function baseCommands(): array { return array_merge(parent::baseCommands(), [ [ 'name' => 'cache:clear', 'command' => 'php artisan cache:clear', ], [ 'name' => 'down', 'command' => 'php artisan down --retry=5 --refresh=6 --quiet', ], [ 'name' => 'up', 'command' => 'php artisan up', ], ]); } }