From ff8ca710424698f42823045c9b85551e310f6100 Mon Sep 17 00:00:00 2001 From: Julien Turbide Date: Wed, 28 Feb 2024 23:05:16 -0500 Subject: [PATCH] reactivating position behavior after save event --- src/Mvc/Model/Behavior/Position.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }