Remove caching on Zone, fix cockroach cannot do like on integers

This commit is contained in:
Deon George
2022-01-20 17:51:40 +11:00
parent c7e6bb2575
commit d930c410dc
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ use App\Traits\{QueryCacheableConfig,ScopeActive};
class Zone extends Model
{
use ScopeActive,QueryCacheableConfig;
use ScopeActive;
/* SCOPES */