Skip to content

Commit

Permalink
Update Tenant.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhil committed Apr 11, 2016
1 parent 4bd26c3 commit 96756fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/Tenant.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Tenant implements UserInterface
/**
* @ORM\Column(name="is_white_listed", type="boolean", options={"default":0})
*/
private $isWhiteListed;
private $isWhiteListed = false;

/**
* @ORM\Column(name="white_listed_until", type="datetime", nullable=true)
Expand Down

0 comments on commit 96756fa

Please sign in to comment.