Completed
Push — master ( a941f4...91330e )
by Nicolas
8s
created
src/Nwidart/DbExporter/DbMigrations.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Nwidart\DbExporter;
2 2
 
3
-use Config;
4 3
 use File;
5 4
 use Nwidart\DbExporter\Exceptions\InvalidDatabaseException;
6 5
 use Str;
Please login to merge, or discard this patch.
src/Nwidart/DbExporter/DbMigrationsServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Nwidart\DbExporter;
2 2
 
3 3
 use Illuminate\Support\ServiceProvider;
4
-use Illuminate\Support\Facades\Config;
5 4
 
6 5
 class DbMigrationsServiceProvider extends ServiceProvider {
7 6
 
Please login to merge, or discard this patch.
src/Nwidart/DbExporter/DbSeeding.php 1 patch
Unused Use Statements   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,8 @@
 block discarded – undo
1 1
 <?php namespace Nwidart\DbExporter;
2 2
 
3
-use Config, DB, Str, File;
3
+use DB;
4
+use Str;
5
+use File;
4 6
 
5 7
 class DbSeeding extends DbExporter
6 8
 {
Please login to merge, or discard this patch.
src/Nwidart/DbExporter/Commands/CopyToRemoteCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Nwidart\DbExporter;
2 2
 
3
-use Config;
4 3
 use File;
5 4
 use Nwidart\DbExporter\Exceptions\InvalidDatabaseException;
6 5
 use Str;
Please login to merge, or discard this patch.
src/Nwidart/DbExporter/DbExportHandlerServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Nwidart\DbExporter;
2 2
 
3 3
 use Illuminate\Support\ServiceProvider;
4
-use Illuminate\Support\Facades\Config;
5 4
 
6 5
 class DbMigrationsServiceProvider extends ServiceProvider {
7 6
 
Please login to merge, or discard this patch.