Flarum\Core\Notification\NotificationSyncer::__construct PHP Method

__construct() public method

public __construct ( NotificationRepository $notifications, NotificationMailer $mailer )
$notifications Flarum\Core\Repository\NotificationRepository
$mailer NotificationMailer
    public function __construct(NotificationRepository $notifications, NotificationMailer $mailer)
    {
        $this->notifications = $notifications;
        $this->mailer = $mailer;
    }