Commit 3875bea
committed
fix: Change User model fillable field from 'fullname' to 'name'
This commit fixes an inconsistency between:
- User model (using 'fullname')
- Migration template (using 'name')
- Schema JSON example (using 'name')
This ensures consistent field naming across the framework.1 parent 5a3ad42 commit 3875bea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments