tattersoftware / codeigniter4-schemas

Database schema management, for CodeIgniter 4
MIT License
23 stars 10 forks source link

Change: Remove Reflection class #3

Closed MGatner closed 4 years ago

MGatner commented 4 years ago

Model properties are now all publicly-accessible and should be pulled directly instead of using Reflection:

https://github.com/codeigniter4/CodeIgniter4/pull/2289

MGatner commented 4 years ago

Fixed via https://github.com/tattersoftware/codeigniter4-schemas/commit/c615ae16b5610071517ca426ad3c034f6500c843