20240412#1

This commit is contained in:
User
2024-04-12 02:43:39 +03:00
parent 66893b670b
commit d60557e9d6

View File

@@ -12,10 +12,10 @@ class Router implements RouterInterface {
private string $startPoint = "/"; private string $startPoint = "/";
/** /**
* @param string $startPoint * @param string $mountPoint
*/ */
public function setStartPoint(string $startPoint): void { public function setStartPoint(string $mountPoint): void {
$this->startPoint = $startPoint; $this->startPoint = $mountPoint;
} }
/** /**