fetchesServiceType = $fetchesServiceType; parent::__construct(); } /** * Execute the console command. * * @return int */ public function handle() { $test = $this->fetchesServiceType->execute(['id' => 5]); dd($test->name); } }