Example #1
0
 /**
  * Fetches a report of failed jobs, where the key is the group and the value is the number of jobs
  *
  * @return array
  */
 public function failed()
 {
     return json_decode($this->client->failed(), true);
 }