1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-15 12:54:31 +02:00
This commit is contained in:
Danny van Kooten
2013-03-19 11:29:26 +07:00

View File

@@ -13,6 +13,7 @@ class AltoRouter {
public function setBasePath($basePath) { public function setBasePath($basePath) {
$this->basePath = $basePath; $this->basePath = $basePath;
} }
/** /**
* Map a route to a target * Map a route to a target
* *