xielin 5 år sedan
förälder
incheckning
2c2e2286e0
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 = [];