N°6324 - CRUD Event for one time treatment before creation and before update

This commit is contained in:
Eric Espie
2023-05-30 11:54:07 +02:00
parent 79585c7128
commit 173960e717
2 changed files with 3 additions and 3 deletions

View File

@@ -3824,7 +3824,7 @@ abstract class DBObject implements iDisplay
}
}
$this->FireEventDeleteDone();
$this->FireEventAfterDelete();
$this->AfterDelete();
@@ -6093,7 +6093,7 @@ abstract class DBObject implements iDisplay
* @return void
* @since 3.1.0
*/
protected function FireEventDeleteDone(): void
protected function FireEventAfterDelete(): void
{
}