teamtnt / tntsearch

A fully featured full text search engine written in PHP
https://tnt.studio/solving-the-search-problem-with-laravel-and-tntsearch
MIT License
3.09k stars 292 forks source link

#285 fixing Deprecated: Creation of dynamic property #286

Closed pierrealexaline closed 1 year ago

pierrealexaline commented 1 year ago

One solution find to fix Deprecated: Creation of dynamic property, is to add an inheritance with \stdClass. There's some others solution to fix this deprecation. A better solution should be finding the property not defined previously at the beginning of the class, i could search for that later if you want.

pierrealexaline commented 1 year ago

284 has fixed issue with add of missing properties at the beginning of the class TNTIndexer.