Browse Source

:fire: isStop()

visuddhinanda 1 year ago
parent
commit
e4cfa4577d
1 changed files with 0 additions and 4 deletions
  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;
-    }
 }