فهرست منبع

Update use statement

Solves #67
Marc 11 سال پیش
والد
کامیت
db24a68c20
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Service/GearmanClient.php

+ 1 - 1
Service/GearmanClient.php

@@ -12,7 +12,7 @@ namespace Mmoreram\GearmanBundle\Service;
 use Mmoreram\GearmanBundle\Service\Abstracts\AbstractGearmanService;
 use Mmoreram\GearmanBundle\GearmanMethods;
 use Mmoreram\GearmanBundle\Module\JobStatus;
-use Mmoreram\GearmanBundle\Generators\UniqueJobIdentifierGenerator;
+use Mmoreram\GearmanBundle\Generator\UniqueJobIdentifierGenerator;
 
 /**
  * GearmanClient. Implementation of AbstractGearmanService