Explorar el Código

ModelExtended.php Fix

LD hace 5 años
padre
commit
f5f5f069c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/ModelExtended.php

+ 1 - 1
app/ModelExtended.php

@@ -29,7 +29,7 @@ class ModelExtended extends Model
         return $this->isShouldLog;
     }
 
-    function save(array $options = []): bool
+    function save(array $options = [])
     {
         $this->log($options);
         return parent::save($options); // TODO: Change the autogenerated stub