diff --git a/Entity/NotifiableInterface.php b/Entity/NotifiableInterface.php deleted file mode 100644 index 8a37880..0000000 --- a/Entity/NotifiableInterface.php +++ /dev/null @@ -1,69 +0,0 @@ -setNotification($notification); $notificationViewer->setViewerId($userId); $notificationViewer->setStatus(false); - + $this->getEntityManager()->persist($notificationViewer); } }