mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-15 14:01:09 +02:00
cli: fix up command override
This commit is contained in:
parent
160c3ddeff
commit
0c5416ee27
@ -21,6 +21,6 @@ class UpCommand extends BaseUpCommand
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::handle() ?? 0;
|
return parent::handle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user