1
0

Repair a bundle after update

This commit is contained in:
Richard Dern 2024-04-24 23:45:23 +02:00
parent 1e246cdd1a
commit 4a4727f92d

View File

@ -93,6 +93,7 @@ public function update()
}
$this->bundle->save();
$this->bundle->repair();
}
/**