diff options
Diffstat (limited to 'src/MasterClient.php')
-rw-r--r-- | src/MasterClient.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MasterClient.php b/src/MasterClient.php index a804ce5..1cfb58e 100644 --- a/src/MasterClient.php +++ b/src/MasterClient.php @@ -4,7 +4,8 @@ namespace jobd; class MasterClient extends Client { - public function __construct(int $port = Client::MASTER_PORT, ...$args) { + public function __construct(int $port = Client::MASTER_PORT, ...$args) + { parent::__construct($port, ...$args); } |