Skip to content

Commit

Permalink
reactivating position behavior after save event
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 29, 2024
1 parent b370616 commit ff8ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mvc/Model/Behavior/Position.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ff8ca71

Please sign in to comment.