diff --git a/src/Flows.php b/src/Flows.php index a30a388..b954990 100755 --- a/src/Flows.php +++ b/src/Flows.php @@ -38,8 +38,9 @@ public function build() { // Loop fields foreach ($this->fields as &$field) { + if (!$this->_isValidType($field['type'])) { - throw new InvalidFieldType('Field type '.$field['type'].' was not found'); + continue; } // Setup args