X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8a58af7e48b04df76b204d8e66aadfb44c97eec2..080a3edad6e32b0bea88f39b1b01367e4d5b1fed:/Entity/Dance.php diff --git a/Entity/Dance.php b/Entity/Dance.php index 796b81f..0b132c8 100644 --- a/Entity/Dance.php +++ b/Entity/Dance.php @@ -249,7 +249,7 @@ class Dance { */ public function preUpdate(PreUpdateEventArgs $eventArgs) { //Check that we have a dance instance - if (($dance = $eventArgs->getEntity()) instanceof Dance) { + if (($dance = $eventArgs->getObject()) instanceof Dance) { //Set updated value $dance->setUpdated(new \DateTime('now')); }