Skip to content

Commit e28968e

Browse files
author
Ahmard
committed
Built server router script error fixed
1 parent a43e055 commit e28968e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/BuiltIn/Server.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,14 @@ public function getCommand(): ServerCommand
4343

4444
return $serverCommand;
4545
}
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+
}
4656
}

0 commit comments

Comments
 (0)