This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Closed
Description
Ok so Laravel 4.1 with the protected $softDelete = true works fine with Ardent. But when you upgrade to Laravel 4.2, it doesn't work anymore since they changed the way soft delete is set. It will still remove the record, but it will remove it permanently instead of updating the deleted_at column.. Do you know when there will be a fix for this?
http://laravel.com/docs/upgrade#upgrade-4.2
Thanks!