Laravel 9 Update (#1413)
Update to Laravel 9 and PHP 8+ Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com>
This commit is contained in:
@@ -15,11 +15,11 @@ use App\Support\Units\Time;
|
||||
|
||||
class FlightService extends Service
|
||||
{
|
||||
private $airportSvc;
|
||||
private $fareSvc;
|
||||
private $flightRepo;
|
||||
private $navDataRepo;
|
||||
private $userSvc;
|
||||
private AirportService $airportSvc;
|
||||
private FareService $fareSvc;
|
||||
private FlightRepository $flightRepo;
|
||||
private NavdataRepository $navDataRepo;
|
||||
private UserService $userSvc;
|
||||
|
||||
/**
|
||||
* FlightService constructor.
|
||||
|
||||
Reference in New Issue
Block a user