Skip to content

Commit 35acfd4

Browse files
bug #1490 [make:entity] Fix a small typo in a make:entity error message
1 parent f6c8719 commit 35acfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma
134134
$entityClassName = $io->askQuestion($question);
135135

136136
while (!$this->verifyEntityName($entityClassName)) {
137-
$io->error('An entity can only have ASCII letter")');
137+
$io->error('An entity can only have ASCII letters');
138138
$entityClassName = $io->askQuestion($question);
139139
}
140140

0 commit comments

Comments
 (0)