作者 lyh

gx

@@ -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)) {