Skip to content

Commit 860b2d8

Browse files
authored
Fix php artisan up (pterodactyl#4457)
1 parent 5331fd2 commit 860b2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/Overrides/UpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public function handle(): int
2121
return 1;
2222
}
2323

24-
return parent::handle();
24+
return parent::handle() ?? 0;
2525
}
2626
}

0 commit comments

Comments
 (0)