Skip to content

Commit 5694798

Browse files
authored
Change $name to $signature
1 parent 2b95ee8 commit 5694798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/SeedDatabaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)]
1313
class SeedDatabaseCommand extends BaseSeedCommand
1414
{
15-
protected $name = 'native:seed';
15+
protected $signature = 'native:seed';
1616

1717
public function handle()
1818
{

0 commit comments

Comments
 (0)