Skip to content

Commit

Permalink
refactor: remove unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven committed Apr 30, 2024
1 parent 188cf75 commit e26f661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
19 changes: 0 additions & 19 deletions src/Commands/JSONLCommand.php

This file was deleted.

7 changes: 1 addition & 6 deletions src/JSONLServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Luminarix\JSONL;

use Luminarix\JSONL\Commands\JSONLCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;

Expand All @@ -16,10 +15,6 @@ public function configurePackage(Package $package): void
* More info: https://github.com/spatie/laravel-package-tools
*/
$package
->name('laravel-jsonl-parser')
->hasConfigFile()
->hasViews()
->hasMigration('create_laravel-jsonl-parser_table')
->hasCommand(JSONLCommand::class);
->name('laravel-jsonl-parser');
}
}

0 comments on commit e26f661

Please sign in to comment.