Completed
Pull Request — master (#432)
by Manel
29:11
created
src/Console/AdminLTEAdmin.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Acacha\AdminLTETemplateLaravel\Console;
4 4
 
5
-use Illuminate\Console\Command;
6 5
 use App\Models\User;
6
+use Illuminate\Console\Command;
7 7
 
8 8
 /**
9 9
  * Class AdminLTEAdmin.
Please login to merge, or discard this patch.
src/Console/stubs/AdminUserSeeder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Seeder;
4 3
 use App\Models\User;
4
+use Illuminate\Database\Seeder;
5 5
 
6 6
 /**
7 7
  * Class AdminUserSeeder
Please login to merge, or discard this patch.