]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Entity/Slot.php
Use getObject event args member function instead of deprecated getEntity
[airbundle] / Entity / Slot.php
index 116c29fcd6576e081fb21d377a8e9d7c808aa783..445f053da023dd3f7d4e0bf9cec050a2ebc0c6a4 100644 (file)
@@ -164,7 +164,7 @@ class Slot {
         */
        public function preUpdate(PreUpdateEventArgs $eventArgs) {
                //Check that we have a slot instance
-               if (($slot = $eventArgs->getEntity()) instanceof Slot) {
+               if (($slot = $eventArgs->getObject()) instanceof Slot) {
                        //Set updated value
                        $slot->setUpdated(new \DateTime('now'));
                }