Skip to content

Commit 53f68bd

Browse files
author
MailCare
authored
Update MailCareRequest.php
1 parent 9245324 commit 53f68bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Http/Requests/MailCareRequest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
class MailCareRequest extends FormRequest
1010
{
11+
public function validator()
12+
{
13+
return Validator::make($this->all(), []);
14+
}
15+
1116
public function email()
1217
{
1318
/** @var InboundEmail $modelClass */

0 commit comments

Comments
 (0)