Skip to content

Commit

Permalink
Better Banner Info
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 12, 2023
1 parent 9d1cc02 commit ace2d6e
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 ' . $version . ' ' . $suffix),
' EaseCore ' . $version . ' (PHP ' . phpversion() . ') ' . $suffix),
'debug'
);
}
Expand Down

0 comments on commit ace2d6e

Please sign in to comment.