Browse Source

ZF-8496: rename method to allow module bootstraps to instantiate resource autoloader

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19640 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
006275f1e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Application/Module/Bootstrap.php

+ 1 - 1
library/Zend/Application/Module/Bootstrap.php

@@ -102,7 +102,7 @@ abstract class Zend_Application_Module_Bootstrap
      * 
      * @return string
      */
-    public function getDefaultAppNamespace()
+    public function getAppNamespace()
     {
         return $this->getModuleName();
     }