diff --git a/src/app/model/website.php b/src/app/model/website.php index 8221cc5..25e1331 100644 --- a/src/app/model/website.php +++ b/src/app/model/website.php @@ -24,6 +24,11 @@ public function getUrl() : string return $this->_config->url; } + public function getDefaultUserStatus() : bool + { + return $this->_config->default->user->status; + } + public function getDefaultUserApproved() : bool { return $this->_config->default->user->approved;