Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezax5 committed Aug 9, 2024
1 parent ce9190b commit 0efb1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Panel/Alireza0.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function addInbound($remark, $port, $protocol, $settings, $streamSettings
}


public function editInbound(bool $enable, string $id, string $remark, int $port, string $protocol, $settings, $streamSettings, int $total = 0, int $up = 0, int $down = 0, ?array $sniffing = null, int $expiryTime = 0, string $listen = '')
public function editInbound(bool $enable, string $id, string $remark, int $port, string $protocol, $settings, $streamSettings, int $total = 0, int $up = 0, int $down = 0, $sniffing = null, int $expiryTime = 0, string $listen = '')
{
$data = [
'enable' => $enable,
Expand Down
2 changes: 1 addition & 1 deletion src/Panel/MHSanaei.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function editClientByEmail(string $inboundId, string $clientEmail, bool $
}


public function editInbound(bool $enable, string $id, string $remark, int $port, string $protocol, $settings, $streamSettings, int $total = 0, int $up = 0, int $down = 0, ?array $sniffing = null, int $expiryTime = 0, string $listen = '')
public function editInbound(bool $enable, string $id, string $remark, int $port, string $protocol, $settings, $streamSettings, int $total = 0, int $up = 0, int $down = 0, $sniffing = null, int $expiryTime = 0, string $listen = '')
{
$data = [
'enable' => $enable,
Expand Down

0 comments on commit 0efb1ec

Please sign in to comment.