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

PHP 8.2 Dynamic Property Deprecation Warnings #214

Closed AntonCooper closed 8 months ago

AntonCooper commented 8 months ago

Seeing a lot of deprecation warnings for dynamic properties when using PHP 8.2

LOG.warning: Creation of dynamic property Statamic\Eloquent\Entries\EntryQueryBuilder::$selectedQueryColumns is deprecated in vendor/statamic/eloquent-driver/src/Entries/EntryQueryBuilder.php on line 135
ryanmitchell commented 8 months ago

Thanks for reporting - I've opened a fix here: https://github.com/statamic/eloquent-driver/pull/215