Skip to content

Commit

Permalink
Make getConnectUrl public
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Meech committed Apr 13, 2016
1 parent 6e890d4 commit b7d9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Square.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Square extends AbstractProvider
* @param string $path
* @return string
*/
protected function getConnectUrl($path)
public function getConnectUrl($path)
{
$staging = $this->debug ? 'staging' : '';
return "https://connect.squareup{$staging}.com/{$path}";
Expand Down

0 comments on commit b7d9400

Please sign in to comment.