setUser($user); $notification->setType($type); $notification->setTitle($title); $notification->setMessage($message); $notification->setCreatedAt(new DateTimeImmutable()); $this->em->persist($notification); $this->em->flush(); } }