Skip to content

Commit f40e08f

Browse files
committed
wip
1 parent fbb8bb6 commit f40e08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Requests/MailgunRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function validator()
1818
'signature' => 'required'
1919
]);
2020

21-
$validator->after(function ($validator) {
21+
$validator->after(function () {
2222
$this->verifySignature();
2323
});
2424

0 commit comments

Comments
 (0)