Open olivierwilkinson opened 1 year ago
Currently the only way to hard delete a model setup for soft delete is to use executeRaw.
Add a custom method to the model, something like deleteHard or hardDelete, or maybe even deleteUnsafeHard
deleteHard
hardDelete
deleteUnsafeHard
any update?
Currently the only way to hard delete a model setup for soft delete is to use executeRaw.
Add a custom method to the model, something like
deleteHard
orhardDelete
, or maybe evendeleteUnsafeHard