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 parent::handle();
|
||||
return parent::handle() ?? 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue