Wrong Collection class import
This commit is contained in:
parent
78af2fd637
commit
9150694051
@ -3,6 +3,7 @@
|
|||||||
namespace App\Services;
|
namespace App\Services;
|
||||||
|
|
||||||
use Log;
|
use Log;
|
||||||
|
use Illuminate\Support\Collection;
|
||||||
use Illuminate\Database\Eloquent\ModelNotFoundException;
|
use Illuminate\Database\Eloquent\ModelNotFoundException;
|
||||||
|
|
||||||
use App\Models\Enums\AcarsType;
|
use App\Models\Enums\AcarsType;
|
||||||
@ -16,7 +17,6 @@ use App\Models\GeoJson;
|
|||||||
use App\Models\Flight;
|
use App\Models\Flight;
|
||||||
use App\Models\Pirep;
|
use App\Models\Pirep;
|
||||||
use App\Repositories\NavdataRepository;
|
use App\Repositories\NavdataRepository;
|
||||||
use Nwidart\Modules\Collection;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class GeoService
|
* Class GeoService
|
||||||
|
Loading…
Reference in New Issue
Block a user