]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Changed quotation (" to ')
[friendica.git] / src / App.php
index 8a36c3bfeb386464c03ec35a030bbab223d09693..c6ed818dd1a8ec23f932a1ef4eb826e8c45f7117 100644 (file)
@@ -132,16 +132,6 @@ class App
         */
        private $process;
 
-       /**
-        * Returns the arguments of the query
-        *
-        * @return Arguments
-        */
-       public function getArgs()
-       {
-               return $this->args;
-       }
-
        /**
         * Returns the current config cache of this node
         *