🔧 Fix package for Composer

This commit is contained in:
Skylear 2021-07-22 12:55:42 -05:00
parent f85ca7666a
commit 6ecb416155
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_Store .DS_Store
._* ._*
/vendor/ /vendor/
/src/Splashsky/test.php /test.php

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Splashsky; namespace Splashsky\SimpleRouter;
class Router class Router
{ {