8000 Merge pull request #199 from me-shaon/fix/db-seed-command · LunashaGit/laravel-nativephp@6361c35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6361c35

Browse files
authored
Merge pull request NativePHP#199 from me-shaon/fix/db-seed-command
fix: 'native:db:seed' command not working
2 parents 03ce978 + 836c7a5 commit 6361c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NativeServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
99
use Native\Laravel\Commands\MigrateCommand;
1010
use Native\Laravel\Commands\MinifyApplicationCommand;
11+
use Native\Laravel\Commands\SeedDatabaseCommand;
1112
use Native\Laravel\Logging\LogWatcher;
1213
use Spatie\LaravelPackageTools\Package;
1314
use Spatie\LaravelPackageTools\PackageServiceProvider;
@@ -20,6 +21,7 @@ public function configurePackage(Package $package): void
2021
->name('nativephp')
2122
->hasCommands([
2223
MigrateCommand::class,
24+
SeedDatabaseCommand::class,
2325
MinifyApplicationCommand::class,
2426
])
2527
->hasConfigFile()

0 commit comments

Comments
 (0)
0