files = $files; } /** * Execute the console command. * * @return void */ public function fire() { $this->files->delete($this->laravel->getCachedRoutesPath()); $this->info('Route cache cleared!'); } }