Browse Source

修改广告位管理-修改广告的接口

15313670163 1 day ago
parent
commit
12fb684998
1 changed files with 1 additions and 13 deletions
  1. 1 13
      app/Model/WebsiteTemplate.php

+ 1 - 13
app/Model/WebsiteTemplate.php

@@ -18,19 +18,7 @@ class WebsiteTemplate extends Model
     /**
      * The attributes that are mass assignable.
      */
-    protected array $fillable = [
-        'website_id',
-        'typeid',
-        'status',
-        'name',
-        'thumb',
-        'introduce',
-        'ad_tag',
-        'code',
-        'price',
-        'ad_size_id',
-        
-    ];
+    protected array $fillable = [];
 
     /**
      * The attributes that should be cast to native types.