Cambios revisados en controles

This commit is contained in:
2020-01-06 19:09:44 -03:00
parent 82beb3b1c4
commit affaf514fb
8 changed files with 27 additions and 6 deletions

View File

@ -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);