We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6592606 commit 52aac7eCopy full SHA for 52aac7e
src/Commands/MakeEntityCommand.php
@@ -313,7 +313,7 @@ protected function convertToPascalCase(string $entityName): string
313
$pascalEntityName = Str::studly($entityName);
314
315
if ($entityName !== $pascalEntityName) {
316
- $this->info("{$entityName} was converted to {$pascalEntityName}");
+ $this->warn("{$entityName} was converted to {$pascalEntityName}");
317
}
318
319
return $pascalEntityName;
0 commit comments