[DATABASE][TOOLS] Update local_user to return the proper PhoneNumber type

This commit is contained in:
Hugo Sales
2020-07-27 03:36:34 +00:00
committed by Hugo Sales
parent 22e292276c
commit 59eba851f7
2 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ const types = [
'serial' => 'int',
'text' => 'string',
'varchar' => 'string',
'phone_number' => 'PhoneNumberType',
'phone_number' => 'PhoneNumber',
];
$path = Yaml::parseFile(ROOT . '/config/services.yaml')['services']['app.core.schemadef_driver']['arguments'][0];