REBELinBLUE\Deployer\Composers\NavigationComposer::__construct PHP Метод

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

NavigationComposer constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface $groupRepository )
$groupRepository REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface
    public function __construct(GroupRepositoryInterface $groupRepository)
    {
        $this->groupRepository = $groupRepository;
    }
NavigationComposer