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