Browse Source

Removed unused use

Marc 11 năm trước cách đây
mục cha
commit
102b9edd7a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 
 /**