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