@@ -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.