mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-23 13:14:17 +00:00
add getDefaultUserStatus method #14
This commit is contained in:
parent
0672f0349e
commit
d955446b99
@ -24,6 +24,11 @@ class AppModelWebsite
|
|||||||
return $this->_config->url;
|
return $this->_config->url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDefaultUserStatus() : bool
|
||||||
|
{
|
||||||
|
return $this->_config->default->user->status;
|
||||||
|
}
|
||||||
|
|
||||||
public function getDefaultUserApproved() : bool
|
public function getDefaultUserApproved() : bool
|
||||||
{
|
{
|
||||||
return $this->_config->default->user->approved;
|
return $this->_config->default->user->approved;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user