Skip to content

Commit 7dbbc99

Browse files
committed
Formatting fix
1 parent 87732bb commit 7dbbc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/PostmarkController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class PostmarkController extends Controller
1010
{
11-
public function __construct()
11+
public function __construct()
1212
{
1313
$this->middleware('laravel-mailbox');
1414
}

0 commit comments

Comments
 (0)