REBELinBLUE\Deployer\Http\Controllers\Admin\ProjectController::__construct PHP Method

__construct() public method

ProjectController constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $repository )
$repository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
    public function __construct(ProjectRepositoryInterface $repository)
    {
        $this->repository = $repository;
    }