This commit is contained in:
tonis
2024-03-08 14:21:11 +02:00
parent f4c71b06c1
commit 208dd29d71

View File

@ -185,7 +185,7 @@ class Module extends BaseModule
/**
* @var int $profileVisibility Defines the level of user's profile page visibility.
* Defaults to ProfileController::PROFILE_VISIBILITY_OWNER meaning no-one except the user itself can view
* the profile. @see ProfileController constants for prssible options
* the profile. @see ProfileController constants for possible options
*/
public $profileVisibility = ProfileController::PROFILE_VISIBILITY_OWNER;
/**