Skip to content

Commit 09101c1

Browse files
Update PluginCreateCommand.php
1 parent 6dc9891 commit 09101c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/PluginCreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ protected function registerDashboardMenuContent(): string|null
407407
]);
408408
});";
409409

410-
return PHP_EOL . str_repeat(' ', 12) . str_replace('{-name}', $this->argument('name'), $rawContent);
410+
return PHP_EOL . str_repeat(' ', 12) . str_replace('{-name}', strtolower($this->argument('name')), $rawContent);
411411
}
412412

413413
protected function importsServiceProvider(): string|null

0 commit comments

Comments
 (0)