diff --git a/app/Services/FlightService.php b/app/Services/FlightService.php index 5a1f251a..b40d1631 100644 --- a/app/Services/FlightService.php +++ b/app/Services/FlightService.php @@ -34,7 +34,7 @@ class FlightService extends BaseService * @param User $user * @return UserBid|null */ - public function addBid(Flight $flight, User $user): UserBid + public function addBid(Flight $flight, User $user) { # If it's already been bid on, then it can't be bid on again if($flight->has_bid && setting('bids.disable_flight_on_bid')) {