REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface::updateById PHP 메소드

updateById() 공개 메소드

public updateById ( array $fields, integer $model_id ) : Model
$fields array
$model_id integer
리턴 Illuminate\Database\Eloquent\Model
    public function updateById(array $fields, $model_id);
GroupRepositoryInterface