mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
NotificationRepository as a service
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
|
||||
namespace Chill\MainBundle\Entity;
|
||||
|
||||
use App\Repository\Chill\MainBundle\Entity\NotificationRepository;
|
||||
use Chill\MainBundle\Entity\User;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* @ORM\Entity(repositoryClass=NotificationRepository::class)
|
||||
* @ORM\Entity
|
||||
* @ORM\Table(
|
||||
* name="chill_main_notification",
|
||||
* uniqueConstraints={
|
||||
|
Reference in New Issue
Block a user