REBELinBLUE\Deployer\Repositories\EloquentDeploymentRepository::__construct PHP Method

__construct() public method

EloquentDeploymentRepository constructor.
public __construct ( Deployment $model )
$model REBELinBLUE\Deployer\Deployment
    public function __construct(Deployment $model)
    {
        $this->model = $model;
    }