OssCopyCommand
parent
865b36bcd6
commit
46368be96d
|
|
@ -105,7 +105,7 @@ class OssCopy extends Command
|
|||
$data[$key] = $this->copy($item);
|
||||
}
|
||||
} catch (OssException $e) {
|
||||
$this->error('key: ' . $key . ', value: ' . $item . ', id: ' . $model->id);
|
||||
$this->error("model: ".get_class($model).", id: ".$model->id.", key: ".$key.", value: " . $item);
|
||||
}
|
||||
}
|
||||
if (count($data) > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue