Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_req…
Browse files Browse the repository at this point in the history
…uest_in_serializer
  • Loading branch information
xicond authored Oct 16, 2023
2 parents 3014fa2 + 5a4c048 commit 87dea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/console/controllers/ServeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function actionIndex($address = 'localhost')
}
$this->stdout("Quit the server with CTRL-C or COMMAND-C.\n");

passthru('"' . PHP_BINARY . '"' . " -S {$address} -t \"{$documentRoot}\" $router");
passthru('"' . PHP_BINARY . '"' . " -S {$address} -t \"{$documentRoot}\" \"$router\"");
}

/**
Expand Down

0 comments on commit 87dea25

Please sign in to comment.