So, I have a model using the SoftDelete trait, I need to perform some actions before forceDeleting it.. I wrote on my model:
public function forceDelete()
{
return parent::forceDelete();
}
It does not force delete the model.. instead it performs a softdelete. Anyone know what could be going on?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire