From e78b413a2fe8279bff61b2d35a5868be4a9cef37 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Sat, 25 Jun 2016 13:23:24 -0500 Subject: [PATCH] updated namespaces --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1122ddb..5e6568f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "autoload": { "psr-4": { - "App\\": "../../../app/", + "AppRoot\\": "../../../app/", "Glmdev\\Meta\\": "src/" } }