@@ -65,7 +65,7 @@  | 
                                                    ||
| 65 | 65 |      { | 
                                                        
| 66 | 66 |          if (is_object($job)) { | 
                                                        
| 67 | 67 | return method_exists($job, 'displayName')  | 
                                                        
| 68 | -                ? $job->displayName() : str_replace('\\', '_', (string) get_class($job)); | 
                                                        |
| 68 | +                ? $job->displayName() : str_replace('\\', '_', (string)get_class($job)); | 
                                                        |
| 69 | 69 |          } else { | 
                                                        
| 70 | 70 |              return is_string($job) ? explode('@', $job)[0] : null; | 
                                                        
| 71 | 71 | }  |