Fixed incorrect enum usage in RepositoryMenu
This commit is contained in:
parent
9303158674
commit
1b33b83926
2 changed files with 4 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
$output = sprintf('%s (%s) [%s]',
|
||||
$source->getName(),
|
||||
Console::formatColor($source->getHost(), ConsoleColors::GREEN),
|
||||
Console::formatColor($source->getType(), ConsoleColors::YELLOW)
|
||||
Console::formatColor($source->getType()->value, ConsoleColors::YELLOW)
|
||||
);
|
||||
|
||||
if(!$source->isSsl())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue