mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +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.
|
* @param UriInterface|string|null $value The new URL for cloning this repository.
|
||||||
* @return $this This instance.
|
* @return $this This instance.
|
||||||
*/
|
*/
|
||||||
function setSshlUrl($value): self {
|
function setSshUrl($value): self {
|
||||||
$this->sshUrl = is_string($value) ? new Uri($value) : $value;
|
$this->sshUrl = is_string($value) ? new Uri($value) : $value;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user