瀏覽代碼

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;
 namespace Mmoreram\GearmanBundle\Generator;
 
 
+use Mmoreram\GearmanBundle\Exceptions\WorkerNameTooLongException;
+
 /**
 /**
  * Job Unique Key generator
  * Job Unique Key generator
  *
  *