X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/6f3158f30f33264488887f5a0c8e271cb7d17747..04441c5bddb7e62cf60aacbaf4146361d7907670:/Entity/Country.php diff --git a/Entity/Country.php b/Entity/Country.php index 07124c5..5674007 100644 --- a/Entity/Country.php +++ b/Entity/Country.php @@ -227,7 +227,7 @@ class Country { */ public function preUpdate(PreUpdateEventArgs $eventArgs) { //Check that we have an country instance - if (($country = $eventArgs->getEntity()) instanceof Country) { + if (($country = $eventArgs->getObject()) instanceof Country) { //Set updated value $country->setUpdated(new \DateTime('now')); }