/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Foundation/Console
Edit: /var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteClearCommand.php (1056B)
files = $files;
}
/**
* Execute the console command.
*
* @return void
*/
public function handle()
{
$this->files->delete($this->laravel->getCachedRoutesPath());
$this->info('Route cache cleared!');
}
}