scienerApiService = $scienerApiService; $this->beds24ApiService = $beds24ApiService; $this->bookingService = $bookingService; } public function handle() { $Property = new ShowPropertyDetails(); $Property->sendTBFcode($this->PropertyID); } }