소스 검색

Merge pull request #104 from saleksandras/master

Change depricated GearmanMethods::GEARMAN_METHOD_DO method to GearmanMet...
Marc Morera 11 년 전
부모
커밋
2e628e5a7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Service/GearmanClient.php

+ 1 - 1
Service/GearmanClient.php

@@ -289,7 +289,7 @@ class GearmanClient extends AbstractGearmanService
      */
     public function doJob($name, $params = '', $unique = null)
     {
-        return $this->enqueue($name, $params, GearmanMethods::GEARMAN_METHOD_DO, $unique);
+        return $this->enqueue($name, $params, GearmanMethods::GEARMAN_METHOD_DONORMAL, $unique);
     }
 
     /**