Skip to content
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.

Laravel 4.2 soft delete doesn't work with Ardent #211

Closed
@IntellectProductions

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!

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions