eee
This commit is contained in:
@@ -502,7 +502,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, \
|
|||||||
*/
|
*/
|
||||||
public function save(): static|bool
|
public function save(): static|bool
|
||||||
{
|
{
|
||||||
var_dump($this->_attributes);
|
|
||||||
if (!$this->validator($this->rules(), $this->_attributes) || !$this->beforeSave($this)) {
|
if (!$this->validator($this->rules(), $this->_attributes) || !$this->beforeSave($this)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user