summaryrefslogtreecommitdiff
path: root/src/Router.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Router.php')
-rw-r--r--src/Router.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Router.php b/src/Router.php
new file mode 100644
index 0000000..efcccfa
--- /dev/null
+++ b/src/Router.php
@@ -0,0 +1,9 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Lightscale\Router;
+
+class Router
+{
+}