Skip to content

Commit

Permalink
[Doctrine] Fix default value to null for entity manager to make fluen…
Browse files Browse the repository at this point in the history
…t integration with Doctrine Registry work
  • Loading branch information
beberlei committed May 18, 2011
1 parent 23cf63d commit a4f1b8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@
class UniqueEntity extends Constraint
{
public $message = 'This value is already used.';
public $em = false;
public $em = null;
public $fields = array();

public function getRequiredOptions()
Expand Down

0 comments on commit a4f1b8a

Please sign in to comment.