mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Fix php artisan up (#4457)
This commit is contained in:
@@ -21,6 +21,6 @@ class UpCommand extends BaseUpCommand
|
||||
return 1;
|
||||
}
|
||||
|
||||
return parent::handle();
|
||||
return parent::handle() ?? 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user