moshaorui 5 ماه پیش
والد
کامیت
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)