Procházet zdrojové kódy

Removed unused use

Marc před 11 roky
rodič
revize
102b9edd7a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      Service/GearmanClient.php

+ 0 - 1
Service/GearmanClient.php

@@ -10,7 +10,6 @@
 namespace Mmoreram\GearmanBundle\Service;
 
 use Mmoreram\GearmanBundle\Service\Abstracts\AbstractGearmanService;
-use Mmoreram\GearmanBundle\Exceptions\NoCallableGearmanMethodException;
 use Mmoreram\GearmanBundle\GearmanMethods;
 
 /**