Completed
Push — master ( db331b...68a7db )
by Marcel
01:54 queued 11s
created
src/Http/Controllers/MailCareController.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\MailCareRequest;
7
+use Illuminate\Routing\Controller;
8 8
 
9 9
 class MailCareController extends Controller
10 10
 {
Please login to merge, or discard this patch.