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:
@@ -30,14 +30,14 @@ class SubfleetController extends Controller
|
||||
{
|
||||
use Importable;
|
||||
|
||||
private $aircraftRepo;
|
||||
private $fareRepo;
|
||||
private $fareSvc;
|
||||
private $fleetSvc;
|
||||
private $importSvc;
|
||||
private $rankRepo;
|
||||
private $subfleetRepo;
|
||||
private $typeratingRepo;
|
||||
private AircraftRepository $aircraftRepo;
|
||||
private FareRepository $fareRepo;
|
||||
private FareService $fareSvc;
|
||||
private FleetService $fleetSvc;
|
||||
private ImportService $importSvc;
|
||||
private RankRepository $rankRepo;
|
||||
private SubfleetRepository $subfleetRepo;
|
||||
private TypeRatingRepository $typeratingRepo;
|
||||
|
||||
/**
|
||||
* SubfleetController constructor.
|
||||
|
||||
Reference in New Issue
Block a user