Update CacheableRepository interface for PHP 7.2

This commit is contained in:
Nabeel Shahzad
2017-12-06 22:48:42 -06:00
parent 168271bd39
commit 6c860691d6
10 changed files with 350 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
namespace App\Repositories;
use App\Models\User;
use App\Repositories\Traits\CacheableRepository;
use Prettus\Repository\Contracts\CacheableInterface;
use Prettus\Repository\Traits\CacheableRepository;
class UserRepository extends BaseRepository implements CacheableInterface
{