Skip to content

Commit

Permalink
Merge pull request #214 from murrant/analysis-Kobvmj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
murrant authored Jan 24, 2025
2 parents cff770b + 0abf872 commit d6e88ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/Eventlog.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class Eventlog extends DeviceRelatedModel
*/
public static function log(string $text, Device|int|null $device = null, ?string $type = null, Severity $severity = Severity::Info, int|string|null $reference = null): void
{

Log::channel('event')->log(
$severity->toLogLevel(),
$text,
Expand Down

0 comments on commit d6e88ef

Please sign in to comment.