old-stable24
Varun Patil 2022-10-27 13:57:00 -07:00
parent 1af61db512
commit d5f5334a50
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,8 @@ class Util
/** /**
* Check if albums are enabled for this user. * Check if albums are enabled for this user.
*
* @param mixed $appManager
*/ */
public static function albumsIsEnabled(&$appManager): bool public static function albumsIsEnabled(&$appManager): bool
{ {
@ -43,6 +45,8 @@ class Util
/** /**
* Check if tags is enabled for this user. * Check if tags is enabled for this user.
*
* @param mixed $appManager
*/ */
public static function tagsIsEnabled(&$appManager): bool public static function tagsIsEnabled(&$appManager): bool
{ {
@ -51,6 +55,8 @@ class Util
/** /**
* Check if recognize is enabled for this user. * Check if recognize is enabled for this user.
*
* @param mixed $appManager
*/ */
public static function recognizeIsEnabled(&$appManager): bool public static function recognizeIsEnabled(&$appManager): bool
{ {