Skip to content

Commit 7a180a5

Browse files
author
Adil Ausagit
committed
#32 change quotes
1 parent a440c41 commit 7a180a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeEntityCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ protected function outputInfo($newProjectConfigs, $oldProjectConfigs)
209209

210210
if (!empty($differences)) {
211211
foreach ($differences as $differenceKey => $differenceValue) {
212-
$this->info("Key `{$differenceValue}` was missing in your config, we added it with the value `{$differenceKey}`");
212+
$this->info("Key '{$differenceValue}' was missing in your config, we added it with the value '{$differenceKey}'");
213213
}
214214
}
215215
}

0 commit comments

Comments
 (0)