add PIREP pre-file and ACARS updates; removing caching from ACARS/Pirep/User repositories; adjust PirepState enum values; add additional columns
This commit is contained in:
@@ -8,10 +8,8 @@ use App\Models\User;
|
||||
use App\Repositories\Traits\CacheableRepository;
|
||||
use Prettus\Repository\Contracts\CacheableInterface;
|
||||
|
||||
class PirepRepository extends BaseRepository implements CacheableInterface
|
||||
class PirepRepository extends BaseRepository
|
||||
{
|
||||
use CacheableRepository;
|
||||
|
||||
protected $fieldSearchable = [
|
||||
'user_id',
|
||||
'flight_id',
|
||||
|
||||
Reference in New Issue
Block a user