forked from joomla/Component-Builder
Update libraries/jcb_powers/VDM.Joomla.Gitea/src/User.php
typo error in get() function
This commit is contained in:
parent
3c91a5cdbb
commit
5987e18f14
@ -88,7 +88,7 @@ class User extends Api
|
|||||||
* @return object|null
|
* @return object|null
|
||||||
* @since 3.2.0
|
* @since 3.2.0
|
||||||
**/
|
**/
|
||||||
public function get(string $username): o?bject
|
public function get(string $username): ?object
|
||||||
{
|
{
|
||||||
// Build the request path.
|
// Build the request path.
|
||||||
$path = "/users/{$username}";
|
$path = "/users/{$username}";
|
||||||
|
Loading…
Reference in New Issue
Block a user