Explorar o código

修复启用多应用后注册扩展路由会导致默认应用首页无法访问问题

jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
da6f0d1308
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Application.php

+ 1 - 0
src/Application.php

@@ -81,6 +81,7 @@ class Application
 
     public function routes($pathOrCallback)
     {
+        $this->switch(static::DEFAULT);
         $this->loadRoutesFrom($pathOrCallback, static::DEFAULT);
 
         if ($apps = $this->getApps()) {