8000 fix: 'native:db:seed' command not working · NativePHP/laravel@836c7a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 836c7a5

Browse files
committed
fix: 'native:db:seed' command not working
1 parent 03ce978 commit 836c7a5

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