Skip to content

Commit d22801b

Browse files
committed
refactor: remove unnecessary phpstan ignore comment and update phpstan configuration path
1 parent 1d5b01b commit d22801b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Models/PaymentWebhookLog.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ class PaymentWebhookLog extends Model
1515
'request_headers' => 'array',
1616
'request_body' => 'array',
1717
'request_exception' => 'array',
18+
19+
20+
21+
'created_at' => 'datetime',
1822
];
1923

2024
public static function storePaymentWebhook(PaymentWebhookConfig $config, Request $request, $requestHash): PaymentWebhookLog

0 commit comments

Comments
 (0)