Pārlūkot izejas kodu

Added use statement in Exception

Marc 11 gadi atpakaļ
vecāks
revīzija
577e056fa5
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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
  *