sync
This commit is contained in:
parent
56abe0e5a5
commit
f5da79b690
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class ForceUpgrade extends Component
|
|||
{
|
||||
public function upgrade()
|
||||
{
|
||||
dispatch(new InstanceAutoUpdateJob());
|
||||
dispatch_sync(new InstanceAutoUpdateJob());
|
||||
$this->emit('updateInitiated');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue