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,9 +15,9 @@ use Prettus\Repository\Criteria\RequestCriteria;
|
||||
|
||||
class RankController extends Controller
|
||||
{
|
||||
private $fleetSvc;
|
||||
private $rankRepository;
|
||||
private $subfleetRepo;
|
||||
private FleetService $fleetSvc;
|
||||
private RankRepository $rankRepository;
|
||||
private SubfleetRepository $subfleetRepo;
|
||||
|
||||
/**
|
||||
* RankController constructor.
|
||||
|
||||
Reference in New Issue
Block a user