mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Bugfixes
- Removed debugging constructor. - Updated documentation.
This commit is contained in:
@@ -13,10 +13,6 @@ use Pecee\Http\Middleware\BaseCsrfVerifier;
|
||||
|
||||
class SimpleRouter {
|
||||
|
||||
public function __construct() {
|
||||
die('test');
|
||||
}
|
||||
|
||||
/**
|
||||
* Start/route request
|
||||
* @param null $defaultNamespace
|
||||
|
||||
Reference in New Issue
Block a user