-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
None
-
3
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
Laravel 12 morphs chains after onto addColumn. MongoDB addColumn returns the blueprint, so the inherited after method expected a callback and threw. after now accepts a single column argument as a no-op because MongoDB has no column order.
Related: https://github.com/mongodb/laravel-mongodb/pull/3569