morphModelFinder = $morphModelFinder; } /** * Execute the console command. * * @return void */ public function handle(): void { @unlink($this->morphModelFinder->getCachePath()); $this->info('Morph map models cache cleared!'); } }