mirror of
https://github.com/humhub/humhub.git
synced 2025-02-25 03:34:10 +01:00
phpDoc for HumHubDbTestCase::allowGuestAccess
This commit is contained in:
parent
4c8c574451
commit
6f238d02db
@ -188,6 +188,9 @@ class HumHubDbTestCase extends Unit
|
||||
$this->assertEquals($subject, str_replace(["\n", "\r"], '', $message->getSubject()));
|
||||
}
|
||||
|
||||
/**
|
||||
* @param bool $allow
|
||||
*/
|
||||
public function allowGuestAccess($allow = true)
|
||||
{
|
||||
Yii::$app
|
||||
|
Loading…
x
Reference in New Issue
Block a user