/**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     QueueMonitor::queueQueueCheck($this->argument('queue'));
 }