diff options
Diffstat (limited to 'src/Utils/Table.php')
-rw-r--r-- | src/Utils/Table.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Utils/Table.php b/src/Utils/Table.php index 1e88297..a814075 100644 --- a/src/Utils/Table.php +++ b/src/Utils/Table.php @@ -51,9 +51,9 @@ class Table $tmp['on_delete'] = str_replace(' ', '_', $opt); } - if (($opt = $field->references->options->has('MATCH'))) { - $tmp['match'] = str_replace(' ', '_', $opt); - } + // if (($opt = $field->references->options->has('MATCH'))) { + // $tmp['match'] = str_replace(' ', '_', $opt); + // } } $ret[] = $tmp; |