You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Filepond for a SettingResource, this calls the fill() function which calls the fillAttribute() function for storage using Nova's "Fluent" class:
Hi,
I'm using Filepond for a SettingResource, this calls the
fill()
function which calls the fillAttribute() function for storage using Nova's "Fluent" class:SettingResource Line 107
But when storing the
$request
values:using Filepond's
fillAttribute()
aliasfill()
function to fill the$tempResource
(Fluent of Nova) it stores them differently:which is why it does not store anything since $tempResource->banners is empty:
The text was updated successfully, but these errors were encountered: