-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Laravel
-
None
-
None
-
PHP Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
https://github.com/mongodb/laravel-mongodb/discussions/3335
I have this code in my old version of jenseger/mongo
$employee = Employee::findById($user_id, true); $employee->{'38'} = 'Php'; $employee->save();
And was updating fine,
But now i have upgraded to the latest versions laravel-mongodb with php8.3 and Lumen 10
This code is not working insted it update the 0 index of record.
How to solve this problem. please suggest as i have a big database with numeric keys