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