Remove caching on Zone, fix cockroach cannot do like on integers
This commit is contained in:
@@ -8,7 +8,7 @@ use App\Traits\{QueryCacheableConfig,ScopeActive};
|
||||
|
||||
class Zone extends Model
|
||||
{
|
||||
use ScopeActive,QueryCacheableConfig;
|
||||
use ScopeActive;
|
||||
|
||||
/* SCOPES */
|
||||
|
||||
|
Reference in New Issue
Block a user