Update CacheableRepository interface for PHP 7.2
This commit is contained in:
@@ -4,8 +4,8 @@ namespace App\Repositories;
|
||||
|
||||
use App\Models\Pirep;
|
||||
use App\Models\User;
|
||||
use App\Repositories\Traits\CacheableRepository;
|
||||
use Prettus\Repository\Contracts\CacheableInterface;
|
||||
use Prettus\Repository\Traits\CacheableRepository;
|
||||
|
||||
class PirepRepository extends BaseRepository implements CacheableInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user