浏览代码

changed routes.php location

develop
Robin Thoni 9 年前
父节点
当前提交
a0847e7517
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

+ 1
- 1
src/Utils/Controller/LuticateApplication.php 查看文件

78
     public function setupRoutes()
78
     public function setupRoutes()
79
     {
79
     {
80
         $app = $this;
80
         $app = $this;
81
-        require_once __DIR__ . '/../../../../../../app/routes.php';
81
+        require_once __DIR__ . '/../../../../../../app/Route/routes.php';
82
         
82
         
83
         $this->_router->setup();
83
         $this->_router->setup();
84
     }
84
     }

正在加载...
取消
保存