X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ca46631d1280ea5c387ae40b0b9ad1f77cb4e1c0..d38cae3e15b6538588fb6773ca6d30e293067722:/Entity/Snippet.php?ds=inline

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