Static method getInstance() conflicts with getInstance() in class BaseRegistry,
[core.git] / inc / classes / middleware / debug / class_DebugMiddleware.php
index 4d70703b842a2eafdc88e2a65f5886d1e07c4f7b..14901161715315e47ea5bd1ff98310913e915505 100644 (file)
@@ -84,7 +84,7 @@ class DebugMiddleware extends BaseMiddleware implements Registerable {
         *
         * @return      $thisInstance           An instance of this class
         */
-       public static final function getInstance() {
+       public static final function getSelfInstance() {
                return self::$thisInstance;
        }