sync
This commit is contained in:
parent
56abe0e5a5
commit
f5da79b690
@ -9,7 +9,7 @@ class ForceUpgrade extends Component
|
||||
{
|
||||
public function upgrade()
|
||||
{
|
||||
dispatch(new InstanceAutoUpdateJob());
|
||||
dispatch_sync(new InstanceAutoUpdateJob());
|
||||
$this->emit('updateInitiated');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user