diff --git a/.gitignore b/.gitignore index b1e43c0..d48e87f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store ._* /vendor/ -/src/Splashsky/test.php \ No newline at end of file +/test.php \ No newline at end of file diff --git a/src/Splashsky/Router.php b/src/Router.php similarity index 99% rename from src/Splashsky/Router.php rename to src/Router.php index 46eaa3d..803c31b 100644 --- a/src/Splashsky/Router.php +++ b/src/Router.php @@ -1,6 +1,6 @@