Completed
Push — master ( 7b60e1...35ba54 )
by Thomas
01:24
created
src/Console/DeleteAllData.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Aurawindsurfing\Messenger\Console;
4 4
 
5
-use Illuminate\Console\Command;
6
-use Aurawindsurfing\Messenger\Thread;
7 5
 use Aurawindsurfing\Messenger\Message;
6
+use Aurawindsurfing\Messenger\Thread;
7
+use Illuminate\Console\Command;
8 8
 
9 9
 class DeleteAllData extends Command
10 10
 {
Please login to merge, or discard this patch.
src/Http/Controllers/MessagesController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Aurawindsurfing\Messenger\Http\Controllers;
4 4
 
5 5
 use App\User;
6
-use Illuminate\Support\Facades\Auth;
7 6
 use Aurawindsurfing\Messenger\Thread;
7
+use Illuminate\Support\Facades\Auth;
8 8
 
9 9
 class MessagesController
10 10
 {
Please login to merge, or discard this patch.
src/Thread.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Aurawindsurfing\Messenger;
4 4
 
5 5
 use App\User;
6
-use Illuminate\Support\Str;
7 6
 use Illuminate\Database\Eloquent\Model;
7
+use Illuminate\Support\Str;
8 8
 
9 9
 /**
10 10
  * Class Thread.
Please login to merge, or discard this patch.