Nathan Andersen

Results 1 comments of Nathan Andersen

This code got us around the error: ``` @@ -145,7 +164,8 @@ class m190417_202153_migrateDataToTable extends Migration unset($payload['type']); unset($payload['value']); - if ($value && is_numeric($value)) { + + if ($type !== 'tel'...