mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add getDefaultUserStatus method #14
This commit is contained in:
parent
0672f0349e
commit
d955446b99
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ class AppModelWebsite
|
|||
return $this->_config->url;
|
||||
}
|
||||
|
||||
public function getDefaultUserStatus() : bool
|
||||
{
|
||||
return $this->_config->default->user->status;
|
||||
}
|
||||
|
||||
public function getDefaultUserApproved() : bool
|
||||
{
|
||||
return $this->_config->default->user->approved;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue