@@ -2,10 +2,10 @@  | 
                                                    ||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\Zendesk;  | 
                                                        
| 4 | 4 | |
| 5 | -use Illuminate\Support\Arr;  | 
                                                        |
| 6 | -use Zendesk\API\HttpClient;  | 
                                                        |
| 7 | 5 | use Illuminate\Notifications\Notification;  | 
                                                        
| 6 | +use Illuminate\Support\Arr;  | 
                                                        |
| 8 | 7 | use NotificationChannels\Zendesk\Exceptions\CouldNotSendNotification;  | 
                                                        
| 8 | +use Zendesk\API\HttpClient;  | 
                                                        |
| 9 | 9 | |
| 10 | 10 | class ZendeskChannel  | 
                                                        
| 11 | 11 |  { | 
                                                        
@@ -233,7 +233,6 @@  | 
                                                    ||
| 233 | 233 | * Set the value of group id.  | 
                                                        
| 234 | 234 | *  | 
                                                        
| 235 | 235 | * @param int $id  | 
                                                        
| 236 | - * @param string $value  | 
                                                        |
| 237 | 236 | *  | 
                                                        
| 238 | 237 | * @return $this  | 
                                                        
| 239 | 238 | */  |