Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d60557e9d6 |
@@ -12,10 +12,10 @@ class Router implements RouterInterface {
|
||||
private string $startPoint = "/";
|
||||
|
||||
/**
|
||||
* @param string $startPoint
|
||||
* @param string $mountPoint
|
||||
*/
|
||||
public function setStartPoint(string $startPoint): void {
|
||||
$this->startPoint = $startPoint;
|
||||
public function setStartPoint(string $mountPoint): void {
|
||||
$this->startPoint = $mountPoint;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user