From: Raphaƫl Gertz Date: Tue, 4 Oct 2022 05:35:06 +0000 (+0200) Subject: Cleanup X-Git-Tag: 0.3.0~233 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/07b25e58f0338bf060b6b490fa60acf087553132 Cleanup --- diff --git a/Entity/Snippet.php b/Entity/Snippet.php index ee5b262..a764a66 100644 --- a/Entity/Snippet.php +++ b/Entity/Snippet.php @@ -106,9 +106,9 @@ class Snippet { $this->donate = null; $this->link = null; $this->profile = null; + $this->location = null; $this->created = new \DateTime('now'); $this->updated = new \DateTime('now'); - $this->location = null; } /** @@ -430,7 +430,7 @@ class Snippet { /** * {@inheritdoc} */ - public function preUpdate(\Doctrine\ORM\Event\PreUpdateEventArgs $eventArgs) { + public function preUpdate(PreUpdateEventArgs $eventArgs) { //Check that we have an snippet instance if (($snippet = $eventArgs->getEntity()) instanceof Snippet) { //Set updated value