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

__construct() public method

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