mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
Use Str::kebab() instead of Str::snake()
This commit is contained in:
parent
c181c86cd4
commit
9778a36eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ComponentCommand extends Command
|
|||
try {
|
||||
$path = app_path('Providers/AppServiceProvider.php');
|
||||
|
||||
$snake = Str::snake($name);
|
||||
$snake = Str::kebab($name);
|
||||
|
||||
file_put_contents($path, str_replace(
|
||||
"function boot()\n {",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue