-
Type: Bug
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Laravel
-
None
When searching on a numeric field name, the field name is converted to a sequential int.
User::where(123, 'foo') generates find([0 => 'foo']) instead of find([123 => 'foo'])
- is related to
-
PHPORM-95 setAttribute does not accept key as integer
- Closed