@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | |
66 | 66 | $this->flush( |
67 | 67 | $subscribers, |
68 | - function (Response $response) use ($notification) { |
|
68 | + function(Response $response) use ($notification) { |
|
69 | 69 | try { |
70 | 70 | if ($response->getStatusCode() != 201) { |
71 | 71 | $response = json_decode($response->getBody()); |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | Driver::emit(new NotificationFailed($notification)); |
83 | 83 | } |
84 | 84 | }, |
85 | - function () use ($notification) { |
|
85 | + function() use ($notification) { |
|
86 | 86 | Driver::emit(new NotificationFailed($notification)); |
87 | 87 | } |
88 | 88 | ); |