Implement overpass layer.

This commit is contained in:
David Molineus
2016-11-09 10:27:18 +01:00
parent 2705ff2676
commit cba8939843
4 changed files with 157 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ class OptionsBuilder
*
* @return void
*/
private function buildConditionals(Definition $definition, \Model $model)
private function buildConditionals($definition, \Model $model)
{
foreach ($this->conditional as $column => $conditions) {
foreach ($conditions as $value => $options) {