Skip to content

Commit c4b1678

Browse files
committed
Fixed StyleCI checks
1 parent bd9915e commit c4b1678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Requests/PostmarkRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
namespace BeyondCode\Mailbox\Http\Requests;
44

55
use BeyondCode\Mailbox\InboundEmail;
6-
use Illuminate\Foundation\Http\FormRequest;
76
use Illuminate\Support\Facades\Validator;
7+
use Illuminate\Foundation\Http\FormRequest;
88

99
class PostmarkRequest extends FormRequest
1010
{
1111
public function validator()
1212
{
1313
return Validator::make($this->all(), [
14-
'RawEmail' => 'required'
14+
'RawEmail' => 'required',
1515
]);
1616
}
1717

0 commit comments

Comments
 (0)