REBELinBLUE\Deployer\Composers\NavigationComposer::__construct PHP Method

__construct() public method

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