scienerApiService = $scienerApiService; $this->beds24ApiService = $beds24ApiService; $this->bookingService = $bookingService; } public function handle() { $deleteClass = new DeleteExpiredBookingCodes(); $deleteClass->Destroy_Golf_booking($this->PropertyID); } }