outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
271 stars 99 forks source link

Update SettingsController.php for Nova 4.26.0 #167

Closed puzzledmonkey closed 1 year ago

puzzledmonkey commented 1 year ago

this fixes https://github.com/outl1ne/nova-settings/issues/166

crynobone commented 1 year ago

@puzzledmonkey should also bump laravel/nova to ^4.26: https://github.com/outl1ne/nova-settings/blob/28924850d89893d5d9441de839ff2c1efb863dad/composer.json#L11

puzzledmonkey commented 1 year ago

@puzzledmonkey should also bump laravel/nova to ^4.26:

https://github.com/outl1ne/nova-settings/blob/28924850d89893d5d9441de839ff2c1efb863dad/composer.json#L11

@crynobone thanks, is this Fluent class only available from 4.26.0 onwards then?

crynobone commented 1 year ago

Yes, that's correct.

puzzledmonkey commented 1 year ago

Yes, that's correct.

Thanks - bumped as suggested

marttinnotta commented 1 year ago

Hi and thank you for your contribution!

Will create a new release in a moment.