Explorar o código

Update use statement

Solves #67
Marc %!s(int64=11) %!d(string=hai) anos
pai
achega
db24a68c20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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