add missing namespaces/fix wrong class-names

This commit is contained in:
nupplaPhil 2020-01-19 16:29:55 +01:00
parent 3b16829484
commit 174129af94
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
13 changed files with 20 additions and 4 deletions

View file

@ -342,7 +342,7 @@ class Contact
* @param integer $uid User ID
*
* @return integer|boolean Public contact id for given user id
* @throws Exception
* @throws \Exception
*/
public static function getPublicIdByUserId($uid)
{