Skip to content

Commit

Permalink
Merge pull request #21 from soixt/2.x
Browse files Browse the repository at this point in the history
Added boolean cast for verifySsl
  • Loading branch information
MarJose123 authored Feb 21, 2024
2 parents 9046426 + e692984 commit 3b72895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/FilamentWebhookServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class FilamentWebhookServer extends Model
protected $casts = [
'header' => 'array',
'events' => 'array',
'verifySsl' => 'boolean',
];

public function transactionlogs()
Expand Down

0 comments on commit 3b72895

Please # to comment.