From 112c9e475fb091775e4db75fe4719980a3e077cc Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Thu, 26 Oct 2017 14:33:00 +0200 Subject: [PATCH] Fixed composer autoloaders --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 10af809..92d5096 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "autoload": { "psr-4": { - "NoccyLabs\\GdLabelBundle\\": "src/" + "NoccyLabs\\Bundle\\GdLabelBundle\\": "src/" } } -} \ No newline at end of file +}