You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# InterFAX notification channel for Laravel 9.x, 10.x
1
+
# InterFAX notification channel for Laravel 10.x, 11.x
2
2
3
3
[](https://packagist.org/packages/laravel-notification-channels/interfax)
@@ -18,22 +27,37 @@ final public function __construct(string $message, int $code, Exception $previou
18
27
$this->responseAttributes = $responseAttributes;
19
28
}
20
29
21
-
publicstaticfunctionserviceRespondedWithAnError($message, $responseAttributes, string$exceptionMessage = 'The fax failed to send via InterFAX.')
30
+
/**
31
+
* @param InterfaxMessage $message
32
+
* @param array<string, mixed> $responseAttributes
33
+
* @param string $exceptionMessage
34
+
* @return CouldNotSendNotification
35
+
*/
36
+
publicstaticfunctionserviceRespondedWithAnError(InterfaxMessage$message, array$responseAttributes, string$exceptionMessage = 'The fax failed to send via InterFAX.')
0 commit comments