Преглед на файлове

Added use statement in Exception

Marc преди 11 години
родител
ревизия
577e056fa5
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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
  *