Flarum\Core\Listener\DiscussionRenamedNotifier::__construct PHP Method

__construct() public method

public __construct ( NotificationSyncer $notifications )
$notifications Flarum\Core\Notification\NotificationSyncer
    public function __construct(NotificationSyncer $notifications)
    {
        $this->notifications = $notifications;
    }