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

Skip to content

Commit 265a0fb

Browse files
committed
Tweak method name.
1 parent 8d2b575 commit 265a0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Remote/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function get($remote, $local)
150150
*/
151151
public function getString($remote)
152152
{
153-
$this->getGateway()->get($remote);
153+
$this->getGateway()->getString($remote);
154154
}
155155

156156
/**

0 commit comments

Comments
 (0)