Skip to content

Commit

Permalink
Update Server.php
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Dec 2, 2024
1 parent d865bba commit af26bfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ class Server extends ServerAbstract
/** @var Queue[] */
protected array $queues = [];

/** @var bool */
protected bool $debug = false;

/**
* @param string|null $socketName
* @param bool $debug
*/
public function __construct(?string $socketName = null)
public function __construct(?string $socketName = null, protected bool $debug = false)
{
if ($socketName) {
localzet_start(
Expand Down

0 comments on commit af26bfa

Please sign in to comment.