Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d60557e9d6 |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user