Skip to content

Commit

Permalink
Merge pull request #199 from me-shaon/fix/db-seed-command
Browse files Browse the repository at this point in the history
fix: 'native:db:seed' command not working
  • Loading branch information
mpociot committed Sep 21, 2023
2 parents 03ce978 + 836c7a5 commit 6361c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NativeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
use Native\Laravel\Commands\MigrateCommand;
use Native\Laravel\Commands\MinifyApplicationCommand;
use Native\Laravel\Commands\SeedDatabaseCommand;
use Native\Laravel\Logging\LogWatcher;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
Expand All @@ -20,6 +21,7 @@ public function configurePackage(Package $package): void
->name('nativephp')
->hasCommands([
MigrateCommand::class,
SeedDatabaseCommand::class,
MinifyApplicationCommand::class,
])
->hasConfigFile()
Expand Down

0 comments on commit 6361c35

Please sign in to comment.