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