xielin 5 vuotta sitten
vanhempi
commit
2c2e2286e0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 = [];