This commit is contained in:
2026-01-03 20:44:19 +08:00
parent 0b27a7dc7d
commit 8bf5027582
-1
View File
@@ -502,7 +502,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, \
*/
public function save(): static|bool
{
var_dump($this->_attributes);
if (!$this->validator($this->rules(), $this->_attributes) || !$this->beforeSave($this)) {
return FALSE;
}