Skip to content
Discussion options

You must be logged in to vote

I solved it, I added a function to the controller, if anyone needs it

public function saveMinorUpdate()
{
    // Validate request
    $this->saveMinorUpdateFormValidation();

    // Update entry
    $saved = $this->saveMinorUpdateEntry();

    return [
        'saved' => $saved,
        'row' => $this->getMinorUpdateRow(),
    ];
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karandatwani92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant