Skip to content

Commit

Permalink
Fix exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
WaveHack committed Jan 24, 2017
1 parent 9f24ba9 commit 5446db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function rules()
$rules = [];

foreach ($this->landHelper->getLandTypes() as $landType) {
$rules['explore.' . $landType] = 'integer';
$rules['explore.' . $landType] = 'integer|nullable';
}

return $rules;
Expand Down

0 comments on commit 5446db0

Please sign in to comment.