Skip to content

Delete related data #10

@outOFFspace

Description

@outOFFspace

Add into afterDelete method deleting related translations data. Just like this:
public function afterDelete() { if ($this->translations) { PostTranslation::deleteAll(['post_id' => $this->id]); } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions