Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Aug 15, 2023
1 parent 9d1982a commit 6477942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/think/log/Channel.php
Expand Up @@ -32,11 +32,11 @@ class Channel implements LoggerInterface

/**
* 关闭日志
* @var array
* @var bool
*/
protected $close = false;

public function __construct(protected string $name, protected LogHandlerInterface $logger, protected array $allow = [], protected bool $lazy = true, protected Event $event = null)
public function __construct(protected string $name, protected LogHandlerInterface $logger, protected array $allow, protected bool $lazy, protected Event $event)
{
}

Expand Down

0 comments on commit 6477942

Please sign in to comment.