We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee5b64 commit 176de66Copy full SHA for 176de66
1 file changed
src/Models/WebhookCall.php
@@ -59,7 +59,7 @@ public static function storeWebhook(WebhookConfig $config, Request $request): We
59
'exception' => null,
60
];
61
62
- if (Schema::hasColumn((new self)->getTable(), 'attachments')) {
+ if (Schema::hasColumn((new self())->getTable(), 'attachments')) {
63
$data['attachments'] = self::buildAttachmentsFromRequest($config, $request);
64
}
65
0 commit comments