Sfoglia il codice sorgente

Added use statement in Exception

Marc 11 anni fa
parent
commit
577e056fa5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Generator/UniqueJobIdentifierGenerator.php

+ 2 - 0
Generator/UniqueJobIdentifierGenerator.php

@@ -9,6 +9,8 @@
 
 namespace Mmoreram\GearmanBundle\Generator;
 
+use Mmoreram\GearmanBundle\Exceptions\WorkerNameTooLongException;
+
 /**
  * Job Unique Key generator
  *