Merge branch 'MDL-78521-fix' of https://github.com/sarjona/moodle into MOODLE_400_STABLE

This commit is contained in:
Paul Holden
2023-06-29 11:53:29 +01:00
+2 -2
View File
@@ -65,10 +65,10 @@ class backpack_api2p1 {
protected $backpackapiversion;
/** @var issuer The OAuth2 Issuer for this backpack */
protected issuer $issuer;
protected $issuer;
/** @var endpoint The apiBase endpoint */
protected endpoint $apibase;
protected $apibase;
/**
* backpack_api2p1 constructor.