REBELinBLUE\Deployer\Repositories\EloquentCommandRepository::__construct PHP 메소드

__construct() 공개 메소드

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