Clarification regarding saving logic
I'm not sure if it's supposed to work this way, so I wanted to clarify.
Is it correct that the saving of relationships occurs before the "beforeSave" hook?
I think this is a little strange, because in my opinion, saving the relationships should happen after the “beforeSave” hook, because this hook may contain business logic related to relationships.
Correct me please if I'm wrong 😑
vendor/filament/filament/src/Resources/Pages/EditRecord.php:137
vendor/filament/forms/src/Concerns/HasState.php:188
0 Replies