Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arukompas authored and github-actions[bot] committed Feb 13, 2024
1 parent d84cfd1 commit a73294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogLevels/LaravelLogLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getClass(): LevelClass
{
return match ($this->value) {
self::Debug, self::Info => LevelClass::info(),
self::Notice =>LevelClass::notice(),
self::Notice => LevelClass::notice(),
self::Warning => LevelClass::warning(),
self::Error, self::Critical, self::Alert, self::Emergency => LevelClass::danger(),
default => LevelClass::none(),
Expand Down

0 comments on commit a73294c

Please sign in to comment.