scienerApiService = $scienerApiService; $this->beds24ApiService = $beds24ApiService; $this->bookingService = $bookingService; } public function handle() { /* $this->getBookings($this->PropertyID) */ $bookings = $this->bookingService->getBookings($this->PropertyID); $this->bookings = $bookings; } }