]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Arguments.php
Unneeded logging removed
[friendica.git] / src / App / Arguments.php
index 6dfdcb560fc9d453d069f9ab779697f7dff51c16..6f527d2f4def937fa4a7619690455422f98253cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -85,6 +85,8 @@ class Arguments
 
        /**
         * @return string The module name based on the arguments
+        * @deprecated 2022.12 - With the new (sub-)routes, it's not trustworthy anymore, use the ModuleClass instead
+        * @see Router::getModuleClass()
         */
        public function getModuleName(): string
        {