Skip to content

Commit 38536e3

Browse files
committed
access to private property proxied
1 parent abf0931 commit 38536e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Listeners/LaravelTwilioDumpFailedNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct()
2828
public function handle(LaravelTwilioMessageSendingFailed $event)
2929
{
3030
if (app()->runningInConsole() && app()->environment() === 'local') {
31-
dd($event->exception);
31+
dd($event->getException());
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)