xielin 5 jaren geleden
bovenliggende
commit
2c2e2286e0
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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 = [];