Skip to content

Commit 954b4db

Browse files
committed
Update CreateCommand.php
1 parent 74a9f2c commit 954b4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/cli/CreateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ private function _createDbTable() {
210210
'color' => 'yellow'
211211
]);
212212
$this->println($queryObj->getQuery(), [
213-
'color' => 'lightblue'
213+
'color' => 'light-blue'
214214
]);
215215
if ($this->confirm('Continue?', true)) {
216216
if ($tempController->excQ($queryObj)) {

0 commit comments

Comments
 (0)