We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e482226 commit bc20b98Copy full SHA for bc20b98
src/commands/PackageUpdateCommand.php
@@ -23,7 +23,7 @@ public function run()
23
} else {
24
try {
25
$this->package->update();
26
- $this->packageRepository->save($this->packages);
+ $this->packageRepository->save($this->package);
27
} catch (\Exception $e) {
28
Yii::error('Failed to update package "' . $this->package->getFullName() . '": ' . $e->getMessage(), __CLASS__);
29
throw $e;
0 commit comments