]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/GroupBundle/Entity/Invitation.php
Fixed typos
[github/wallabag/wallabag.git] / src / Wallabag / GroupBundle / Entity / Invitation.php
index 6946bede9a2d2428a9f94ebba6af2e4c4f1ca0dd..e944b348afb565ce17a42a8f95f90aa16879cdaa 100644 (file)
@@ -6,6 +6,7 @@ use Doctrine\ORM\Mapping as ORM;
 
 /**
  * @ORM\Entity
+ * @ORM\Table(name="invitation")
  */
 class Invitation
 {
@@ -42,7 +43,7 @@ class Invitation
     /**
      * @return \DateTime
      */
-    public function getDate(): \DateTime
+    public function getDate()
     {
         return $this->date;
     }
@@ -58,7 +59,7 @@ class Invitation
     /**
      * @return mixed
      */
-    public function getUserGroup(): UserGroup
+    public function getUserGroup()
     {
         return $this->userGroup;
     }