lukas-frey / filament-icon-picker

An icon picker field for Filament
MIT License
101 stars 20 forks source link

Fix splat operator with associative arrays #6

Closed bumbummen99 closed 1 year ago

bumbummen99 commented 1 year ago

Associative arrays are not compatible with the splat operator. This PR simply uses the magic of the merge method to merge the columns config into the attributes.

lukas-frey commented 1 year ago

Hi Patrick, thank you for the fix!

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.3.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: