Procházet zdrojové kódy

Update use statement

Solves #67
Marc před 11 roky
rodič
revize
db24a68c20
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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