正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -170,7 +170,7 @@ class ProjectServer | @@ -170,7 +170,7 @@ class ProjectServer | ||
| 170 | * @method :post | 170 | * @method :post |
| 171 | * @time :2023/12/29 9:32 | 171 | * @time :2023/12/29 9:32 |
| 172 | */ | 172 | */ |
| 173 | - public function init404Page($project_id){ | 173 | + public static function init404Page($project_id){ |
| 174 | $time = date('Y-m-d H:i:s'); | 174 | $time = date('Y-m-d H:i:s'); |
| 175 | $info = DB::connection('custom_mysql')->table('gl_web_custom_template')->first(); | 175 | $info = DB::connection('custom_mysql')->table('gl_web_custom_template')->first(); |
| 176 | if(empty($info)) { | 176 | if(empty($info)) { |
-
请 注册 或 登录 后发表评论