library icon indicating copy to clipboard operation
library copied to clipboard

Fix saving the model

Open mrmaarek opened this issue 11 months ago • 1 comments

After updating the save signature, the calls have not been changed:

https://github.com/octobercms/library/commit/acdfa403a4b082f391a93b728ff1ba737a5030d8

Now i can't save a model anymore

mrmaarek avatar Mar 21 '25 09:03 mrmaarek

I'm not sure I follow, it allows null (casts to empty array)

> (array) null
= []

Why can't you save the model anymore?

daftspunk avatar Mar 21 '25 22:03 daftspunk