Skip to content

Commit a5add25

Browse files
committed
Revert "Fix colors for 4.4"
This reverts commit 0558ea37191d01108f411f50d38a7bc6a9356291.
1 parent 0185a3b commit a5add25

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
@@ -147,7 +147,7 @@ public function all(string $namespace = null)
147147
*/
148148
public function getLongVersion()
149149
{
150-
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');
150+
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');
151151
}
152152

153153
public function add(Command $command)

0 commit comments

Comments
 (0)