feat: add permanent delete feature for podcasts 🎉

closes #89
This commit is contained in:
Ola Hneini 2022-06-07 11:13:06 +00:00 committed by Yassine Doghri
commit dbb4030da4
13 changed files with 228 additions and 32 deletions

View file

@ -73,11 +73,6 @@ class PodcastModel extends Model
*/
protected $returnType = Podcast::class;
/**
* @var bool
*/
protected $useSoftDeletes = true;
/**
* @var bool
*/