mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Fix type of hased model property (#1579)
* set hashed properity as string * add to changelog * add test
This commit is contained in:
@@ -382,6 +382,7 @@ class ModelsCommand extends Command
|
||||
break;
|
||||
case 'decimal':
|
||||
case 'string':
|
||||
case 'hashed':
|
||||
$realType = 'string';
|
||||
break;
|
||||
case 'array':
|
||||
|
||||
Reference in New Issue
Block a user