Cleanup l5-repository deps and update to latest

This commit is contained in:
Nabeel Shahzad
2018-02-01 16:46:37 -06:00
parent 83d17ab2dd
commit 533e5a8973
14 changed files with 121 additions and 465 deletions

View File

@@ -3,7 +3,7 @@
namespace App\Repositories;
use App\Models\Navdata;
use App\Repositories\Traits\CacheableRepository;
use \Prettus\Repository\Traits\CacheableRepository;
use Prettus\Repository\Contracts\CacheableInterface;
class NavdataRepository extends BaseRepository implements CacheableInterface