Skip to content

Commit c3da85a

Browse files
committed
remove unused command
1 parent 9182945 commit c3da85a

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

Diff for: src/Commands/LaravelCsvCommand.php

-19
This file was deleted.

Diff for: src/LaravelCsvServiceProvider.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Coderflex\LaravelCsv;
44

5-
use Coderflex\LaravelCsv\Commands\LaravelCsvCommand;
65
use Coderflex\LaravelCsv\Http\Livewire\CsvImporter;
76
use Coderflex\LaravelCsv\Http\Livewire\HandleImports;
87
use Illuminate\Support\Facades\Blade;
@@ -25,8 +24,7 @@ public function configurePackage(Package $package): void
2524
->hasConfigFile('laravel_csv')
2625
->hasAssets()
2726
->hasViews('laravel-csv')
28-
->hasMigration('create_csv_imports_table')
29-
->hasCommand(LaravelCsvCommand::class);
27+
->hasMigration('create_csv_imports_table');
3028
}
3129

3230
public function bootingPackage()

0 commit comments

Comments
 (0)