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.
2 parents 131fd8e + fd493ba commit 508fa3dCopy full SHA for 508fa3d
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