Przeglądaj źródła

:fire: isStop()

visuddhinanda 1 rok temu
rodzic
commit
e4cfa4577d
1 zmienionych plików z 0 dodań i 4 usunięć
  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;
-    }
 }