config = json_decode(file_get_contents(env('SETTINGS_PATH')), true); $this->folks = json_decode(file_get_contents(env('FOLKS_PATH')), true); } public function getGlobal() { return $this->config['global']; } public function getFolks() { return $this->folks; } }