diff --git a/src/RabbitEvents/Listener/Commands/Log/General.php b/src/RabbitEvents/Listener/Commands/Log/General.php index 89e64c7..96c1156 100644 --- a/src/RabbitEvents/Listener/Commands/Log/General.php +++ b/src/RabbitEvents/Listener/Commands/Log/General.php @@ -9,8 +9,11 @@ class General extends Writer { - public function __construct(protected Container $app, protected string $defaultLogLevel = 'info', protected ?string $channel = null) - { + public function __construct( + protected Container $app, + protected string $defaultLogLevel = 'info', + protected ?string $channel = null + ) { } /**