REBELinBLUE\Deployer\Http\Controllers\Resources\CommandController::__construct PHP Method

__construct() public method

CommandController constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\CommandRepositoryInterface $commandRepository, REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository )
$commandRepository REBELinBLUE\Deployer\Contracts\Repositories\CommandRepositoryInterface
$projectRepository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
    public function __construct(CommandRepositoryInterface $commandRepository, ProjectRepositoryInterface $projectRepository)
    {
        $this->repository = $commandRepository;
        $this->projectRepository = $projectRepository;
    }