notificationManager->createNotification(); $notification->setApp('firstrunwizard') ->setSubject('profile') ->setObject('user', $argument['uid']) ->setUser($argument['uid']); if ($this->notificationManager->getCount($notification) === 0) { $notification->setDateTime($this->time->getDateTime()); $this->notificationManager->notify($notification); } } }