소스 검색

Removed unused use

Marc 11 년 전
부모
커밋
102b9edd7a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
 /**