xielin 5 年之前
父節點
當前提交
2c2e2286e0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/InterestCirclePicture.php

+ 1 - 0
app/Models/InterestCirclePicture.php

@@ -13,6 +13,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
 class InterestCirclePicture extends Model
 {
     //
+    use SoftDeletes;
     protected $table = 'interest_circle_pictures';
     protected $guarded = [];