Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f9d1358 authored by Akhil's avatar Akhil 🙂
Browse files

Updated getConfig value definition

parent 8970e08b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class UserService
        $this->storage = $storage;
    }

    private function getConfigValue(string $key) : string {
    private function getConfigValue(string $key) {
        if(array_key_exists($key, $this->appConfig)) {
            return $this->appConfig[$key];
        }