Fix type of hased model property (#1579)

* set hashed properity as string

* add to changelog

* add test
This commit is contained in:
khaled sadek
2024-08-07 09:29:14 +02:00
committed by GitHub
parent 591e7d665f
commit 643329d23d
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -382,6 +382,7 @@ class ModelsCommand extends Command
break;
case 'decimal':
case 'string':
case 'hashed':
$realType = 'string';
break;
case 'array':