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

Fix migration path for global variables update #281

Closed ryanmitchell closed 1 month ago

ryanmitchell commented 1 month ago

This PR fixes the path to the global variables update which was missed as part of https://github.com/statamic/eloquent-driver/pull/253/files

Closes https://github.com/statamic/eloquent-driver/issues/280