]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Merge pull request #7039 from annando/api-reshare-quote
[friendica.git] / src / App.php
index 1123f67b067003f447bdf9af43a492ee54b7a81e..fddfb0a6dadefcaeccd21dc9151c10994c527031 100644 (file)
@@ -138,6 +138,16 @@ class App
                return $this->config->getCache();
        }
 
+       /**
+        * Returns the current config of this node
+        *
+        * @return Configuration
+        */
+       public function getConfig()
+       {
+               return $this->config;
+       }
+
        /**
         * The basepath of this app
         *