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 75 forks source link

Fix issue with importing global variables #202

Closed Ken-vdE closed 1 year ago

Ken-vdE commented 1 year ago

Fix the issue when importing Globals from files to the database, where 'global variables' are incorrectly read from the database (which is obviously empty because we haven't imported yet) instead of the files.

Fixes https://github.com/statamic/eloquent-driver/issues/201

ryanmitchell commented 1 year ago

Lovely thank you.