Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dc334f

Browse files
committed
Not Post and Host, PORT and host T_T
1 parent 6f3c34f commit 9dc334f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Remote/SecLibGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function setHostAndPort($host)
6464
}
6565
else
6666
{
67-
list($this->host, $this->post) = explode(':', $host);
67+
list($this->host, $this->port) = explode(':', $host);
6868

6969
$this->port = (int) $this->port;
7070
}

0 commit comments

Comments
 (0)