@@ -1,6 +1,5 @@ |
||
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; |
@@ -1,7 +1,6 @@ |
||
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 |
@@ -1,6 +1,8 @@ |
||
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 | { |
@@ -1,6 +1,5 @@ |
||
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; |
@@ -1,7 +1,6 @@ |
||
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 |