mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Fix php artisan up
(#4457)
This commit is contained in:
parent
5331fd2cdb
commit
860b2d890b
@ -21,6 +21,6 @@ class UpCommand extends BaseUpCommand
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::handle();
|
return parent::handle() ?? 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user