mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-31 20:12:29 +01:00
Fixed a bug
This commit is contained in:
@ -273,7 +273,7 @@ class Repository implements \JsonSerializable {
|
||||
* @param UriInterface|string|null $value The new URL for cloning this repository.
|
||||
* @return $this This instance.
|
||||
*/
|
||||
function setSshlUrl($value): self {
|
||||
function setSshUrl($value): self {
|
||||
$this->sshUrl = is_string($value) ? new Uri($value) : $value;
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user