Explorar el Código

:fire: isStop()

visuddhinanda hace 1 año
padre
commit
e4cfa4577d
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      api-v8/app/Jobs/BaseRabbitMQJob.php

+ 0 - 4
api-v8/app/Jobs/BaseRabbitMQJob.php

@@ -111,8 +111,4 @@ abstract class BaseRabbitMQJob implements ShouldQueue
     {
         $this->stop = true;
     }
-    public function isStop()
-    {
-        return $this->stop;
-    }
 }