Skip to content

nefunkční Repository::clean() #59

@paranoiq

Description

@paranoiq
$entity = new WhateverEntity;
$repository->attach($entity);
$repository->clean();
$repository->flush(); // entita se uloží, ačkoliv by neměla

$entity = $repository->getById(1);
$entity->someParam = "whatever";
$repository->clean();
$repository->flush(); // entita se uloží, ačkoliv by neměla

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions