Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/wip-lisem'
Browse files Browse the repository at this point in the history
  • Loading branch information
PapsOu committed Oct 23, 2017
2 parents 827fecb + 0f46006 commit a1d1dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Entity/Species.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ class Species implements \JsonSerializable
/**
* @var int
*/
private $legal_germination_rate;
private $legal_germination_rate = 0;

/**
* @var int
*/
private $germination_rate;
private $germination_rate = 0;

/**
* @var int
Expand Down

0 comments on commit a1d1dd6

Please sign in to comment.