Skip to content

Commit

Permalink
addresses agentejo#22
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes committed Sep 27, 2019
1 parent 99e97d5 commit c6ce1c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Types/FieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ protected static function getType($field) {
}

break;

default:
cockpit()->trigger("cockpitql.type.{$field['type']}", [$field, &$def]);
}

if (isset($def['type'], $field['required']) && $field['required']) {
Expand Down

0 comments on commit c6ce1c5

Please sign in to comment.