Skip to content

Commit a73294c

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d84cfd1 commit a73294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogLevels/LaravelLogLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getClass(): LevelClass
5353
{
5454
return match ($this->value) {
5555
self::Debug, self::Info => LevelClass::info(),
56-
self::Notice =>LevelClass::notice(),
56+
self::Notice => LevelClass::notice(),
5757
self::Warning => LevelClass::warning(),
5858
self::Error, self::Critical, self::Alert, self::Emergency => LevelClass::danger(),
5959
default => LevelClass::none(),

0 commit comments

Comments
 (0)