diff --git a/src/Mvc/Model/Behavior/Position.php b/src/Mvc/Model/Behavior/Position.php index e1cef864..4e605cb6 100644 --- a/src/Mvc/Model/Behavior/Position.php +++ b/src/Mvc/Model/Behavior/Position.php @@ -80,7 +80,7 @@ public function notify(string $type, ModelInterface $model): ?bool break; case 'afterSave': -// $this->afterSave($model, $field, $rawSql); + $this->afterSave($model, $field, $rawSql); break; }