diff options
Diffstat (limited to 'app/classes/PlanetConfig.php')
-rw-r--r-- | app/classes/PlanetConfig.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/classes/PlanetConfig.php b/app/classes/PlanetConfig.php index f3928bc..257d1b9 100644 --- a/app/classes/PlanetConfig.php +++ b/app/classes/PlanetConfig.php @@ -52,7 +52,8 @@ class PlanetConfig return $this->conf['url']; } - public function getName(){ + public function getName() + { return $this->conf['name']; } @@ -190,5 +191,4 @@ class PlanetConfig $this->conf[$key] = $value; } - } |