scienerApiService = $scienerApiService; $this->beds24ApiService = $beds24ApiService; $this->bookingService = $bookingService; } public function handle() { $Golf = new Golf_Simulator(); $Golf->send_golf_codes($this->PropertyID); } }