Fix php artisan up
(#4457)
This commit is contained in:
parent
5331fd2cdb
commit
860b2d890b
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ class UpCommand extends BaseUpCommand
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::handle();
|
return parent::handle() ?? 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue