aftersave() hook method triggered three times when I edit a record.
protected function afterSave()
{
Log::info('testing');
}
this is the log:
[2024-01-30 09:37:13] local.INFO: testing[2024-01-30 09:37:13] local.INFO: testing
[2024-01-30 09:37:13] local.INFO: testing
0 Replies