Skip to content

Commit 176de66

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9ee5b64 commit 176de66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/WebhookCall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static function storeWebhook(WebhookConfig $config, Request $request): We
5959
'exception' => null,
6060
];
6161

62-
if (Schema::hasColumn((new self)->getTable(), 'attachments')) {
62+
if (Schema::hasColumn((new self())->getTable(), 'attachments')) {
6363
$data['attachments'] = self::buildAttachmentsFromRequest($config, $request);
6464
}
6565

0 commit comments

Comments
 (0)