Pārlūkot izejas kodu

Removed unused use

Marc 11 gadi atpakaļ
vecāks
revīzija
102b9edd7a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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;
 
 /**