Skip to content

Commit dcdf2b9

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Revert "Fix colors for 4.4"
2 parents 442eeac + 67f815d commit dcdf2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function all(string $namespace = null): array
145145
*/
146146
public function getLongVersion(): string
147147
{
148-
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>) <bg=blue;fg=yellow>#StandWith</><bg=yellow;fg=blue>Ukraine</> <href=https://sf.to/ukraine>https://sf.to/ukraine</>', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
148+
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>) <bg=#0057B7;fg=#FFDD00>#StandWith</><bg=#FFDD00;fg=#0057B7>Ukraine</> <href=https://sf.to/ukraine>https://sf.to/ukraine</>', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
149149
}
150150

151151
public function add(Command $command): ?Command

0 commit comments

Comments
 (0)