diff --git a/composer.json b/composer.json index c03ded6..fd462e3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": {}, "autoload": { "psr-4": { - "PhaRouter\\": "src" + "PhangoApp\\PhaRouter\\": "src" } } } diff --git a/src/View.php b/src/View.php index 86efae0..f2ef7a7 100644 --- a/src/View.php +++ b/src/View.php @@ -1,7 +1,7 @@