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