Closed
Description
Describe the bug
When using the (forcedelete) function, the cache is not being cleared.
Eloquent Query
ContractItemAsset::where('id_contract_item', $idContractItemCurrent)->forcedelete();
Environment
- PHP: [e.g. 7.1.0]
- OS: [e.g. Centos 7]
- Laravel: [e.g. 5.6.23]
- Model Caching: [e.g. 0.2.58]