Cambios revisados en controles
This commit is contained in:
@ -15,6 +15,9 @@ class Model extends \Model
|
||||
if (strpos(get_called_class(), 'Incoviba\\common\\') !== false) {
|
||||
return;
|
||||
}
|
||||
if ($this->container->get('settings')->app->offline) {
|
||||
return;
|
||||
}
|
||||
$user = Auth::User()->id;
|
||||
$orm = $this->orm;
|
||||
$ref = new \ReflectionObject($orm);
|
||||
|
Reference in New Issue
Block a user