Skip to content

Commit 7aee45e

Browse files
committed
patched message delivery report
1 parent 6bd2b50 commit 7aee45e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Contracts/MessageDeliveryReport.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Rocky\LaravelTwilio\Contracts;
44

5+
use Rocky\LaravelTwilio\Foundation\TwilioResponse;
6+
57
/**
68
* Class IncomingMessage
79
*
@@ -10,7 +12,7 @@
1012
* @property string MessageSid
1113
* @property string MessageStatus
1214
*/
13-
class MessageDeliveryReport
15+
class MessageDeliveryReport extends TwilioResponse
1416
{
1517

1618
}

0 commit comments

Comments
 (0)