Remove unused use statement

This commit is contained in:
Benoît Burnichon
2016-02-16 13:17:48 +01:00
parent 3ee7e74a90
commit 7bb8484034

View File

@@ -10,7 +10,6 @@
namespace Alchemy\Phrasea\Controller\Admin;
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Controller\Controller;
use Alchemy\Phrasea\Metadata\TagProvider;
use Alchemy\Phrasea\Vocabulary\Controller as VocabularyController;