Remove unused imports

This commit is contained in:
James Brooks
2015-08-26 13:37:17 +01:00
parent be080a10ef
commit 32b2a56573
3 changed files with 0 additions and 3 deletions
@@ -13,7 +13,6 @@ namespace CachetHQ\Cachet\Handlers\Commands\ComponentGroup;
use CachetHQ\Cachet\Commands\ComponentGroup\RemoveComponentGroupCommand;
use CachetHQ\Cachet\Events\ComponentGroup\ComponentGroupWasRemovedEvent;
use CachetHQ\Cachet\Models\ComponentGroup;
class RemoveComponentGroupCommandHandler
{