Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3c34f commit 9dc334fCopy full SHA for 9dc334f
1 file changed
src/Illuminate/Remote/SecLibGateway.php
@@ -64,7 +64,7 @@ protected function setHostAndPort($host)
64
}
65
else
66
{
67
- list($this->host, $this->post) = explode(':', $host);
+ list($this->host, $this->port) = explode(':', $host);
68
69
$this->port = (int) $this->port;
70
0 commit comments