moshaorui 3 달 전
부모
커밋
d95ac0896e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/TemplateUpdater.php

+ 1 - 1
app/Services/TemplateUpdater.php

@@ -34,7 +34,7 @@ class TemplateUpdater
                 trim($template_dist_id). '/' .
                 ltrim($template_name, '/');
         }
-        echo $template_name;exit;
+
 
         // 查询 dist_appearance_publish_list 表的记录
         $publishList = DistAppearancePublishList::where('dist_id', $dist->id)