diff --git a/ServerCommand.php b/ServerCommand.php index 281c796..0967241 100644 --- a/ServerCommand.php +++ b/ServerCommand.php @@ -71,7 +71,8 @@ class ServerCommand extends Command return 1; } } - return (int)$manager->start(); + $manager->start(); + return 1; } }