statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 72 forks source link

Fix fieldsets export #190

Closed clementmas closed 12 months ago

clementmas commented 12 months ago

I tried to export my blueprints and fieldsets back to the file system but there was an error. So my blueprint were exported but not the fieldsets.

Statamic\Fields\FieldsetRepository::find(): Argument #1 ($handle) must be of type string, null given

This change fixed the issue and allowed me to export everything properly.

Sets to reproduce:

ryanmitchell commented 12 months ago

Thank you!