Completed
Push — master ( 0fb797...dbf8a7 )
by Marcel
16s queued 10s
created
src/Http/Controllers/PostmarkController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\Mailbox\Http\Controllers;
4 4
 
5
-use Illuminate\Routing\Controller;
6 5
 use BeyondCode\Mailbox\Facades\Mailbox;
7 6
 use BeyondCode\Mailbox\Http\Requests\PostmarkRequest;
7
+use Illuminate\Routing\Controller;
8 8
 
9 9
 class PostmarkController extends Controller
10 10
 {
Please login to merge, or discard this patch.