cli: fix up command override
This commit is contained in:
parent
160c3ddeff
commit
0c5416ee27
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ class UpCommand extends BaseUpCommand
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::handle() ?? 0;
|
return parent::handle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue