@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\Flock; |
| 4 | -use NotificationChannels\Flock\Exceptions\CouldNotSendNotification; |
|
| 5 | 4 | use Closure; |
| 5 | +use NotificationChannels\Flock\Exceptions\CouldNotSendNotification; |
|
| 6 | 6 | |
| 7 | 7 | class FlockMessage |
| 8 | 8 | { |