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

__construct() public method

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