We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43e055 commit e28968eCopy full SHA for e28968e
src/BuiltIn/Server.php
@@ -43,4 +43,14 @@ public function getCommand(): ServerCommand
43
44
return $serverCommand;
45
}
46
+
47
+ /**
48
+ * @param string|null $routerScript
49
+ * @return static
50
+ */
51
+ public function setRouterScript(?string $routerScript): static
52
+ {
53
+ $this->routerScript = $routerScript;
54
+ return $this;
55
+ }
56
0 commit comments