⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
434
stars
104
forks
source link
FIX: Make values always be a collection when force deleting. Fixes #90. #103
Just wrap the $values variable in a collection.
If it was a single value, now it is a collection and the isEmpty() method will not throw an Exception.
If it was already a collection, nothing changes.
Just wrap the
$values
variable in a collection. If it was a single value, now it is a collection and theisEmpty()
method will not throw an Exception. If it was already a collection, nothing changes.