Mpociot\Reanimate\ReanimateModels::undoDelete PHP Method

undoDelete() public method

This is a ready-to-use route to restore models
public undoDelete ( $primary_key ) : Illuminate\Http\RedirectResponse
$primary_key
return Illuminate\Http\RedirectResponse
    public function undoDelete($primary_key)
    {
        return $this->restoreModel($primary_key, $this->getUndoModel());
    }