mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-04 20:52:05 +00:00
fix
This commit is contained in:
@@ -10,6 +10,6 @@ class ForceUpgrade extends Component
|
||||
public function upgrade()
|
||||
{
|
||||
$this->emit('updateInitiated');
|
||||
dispatch_sync(new InstanceAutoUpdateJob(force: true));
|
||||
dispatch(new InstanceAutoUpdateJob(force: true));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user