8000 fix: native:seed command (#628) · NativePHP/laravel@f341cc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f341cc2

Browse files
authored
fix: native:seed command (#628)
* fix: native:seed command The "native:seed" command cannot be found because it is registered under multiple names. Fixes #627 * Change $name to $signature * Remove empty space
1 parent c8eb8ac commit f341cc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/SeedDatabaseCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
)]
1313
class SeedDatabaseCommand extends BaseSeedCommand
1414
{
15+
protected $signature = 'native:seed';
16+
1517
public function handle()
1618
{
1719
(new NativeServiceProvider($this->laravel))->rewriteDatabase();

0 commit comments

Comments
 (0)
0