Flarum\Api\Controller\ListNotificationsController::__construct PHP Метод

__construct() публичный Метод

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