Mail Templates + Frontend
This commit is contained in:
@@ -68,4 +68,12 @@ class Settings {
|
||||
->addRow("installation_completed", $this->installationComplete ? "1" : "0", true)
|
||||
->addRow("jwt_secret", $this->jwtSecret, true);
|
||||
}
|
||||
|
||||
public function getSiteName() {
|
||||
return $this->siteName;
|
||||
}
|
||||
|
||||
public function getBaseUrl() {
|
||||
return $this->baseUrl;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user