Skip to content

Commit

Permalink
do not add v prefix before banner app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Nov 6, 2023
1 parent bed8d9b commit c145209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ease/Logger/Logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function logBanner($prefix = '', $suffix = '')

$this->addStatusMessage(
trim(($prefix ? $prefix : \Ease\Shared::appName()) .
' PHP v' . phpversion() . ' EasePHP Framework v' . $version . ' ' . $suffix),
' PHP v' . phpversion() . ' EasePHP Framework ' . $version . ' ' . $suffix),
'debug'
);
}
Expand Down

0 comments on commit c145209

Please sign in to comment.