We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05868ce commit 7c07883Copy full SHA for 7c07883
src/CachedModel.php
@@ -1,9 +1,11 @@
1
-<?php namespace GeneaLabs\LaravelCachableModel\Traits;
+<?php namespace GeneaLabs\LaravelModelCaching;
2
3
-use Closure;
+use Builder;
4
use Illuminate\Cache\CacheManager;
5
use Illuminate\Cache\TaggableStore;
6
use Illuminate\Database\Eloquent\Model;
7
+use Illuminate\Database\Eloquent\Relations\Relation;
8
+use LogicException;
9
10
abstract class CachedModel extends Model
11
{
0 commit comments