atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
270 stars 46 forks source link

Pass Persistence to their model closure factory only #1185

Closed mvorisek closed 5 months ago

mvorisek commented 5 months ago

needed for #926 to support their model to be created using Closure with cacheable fingerprint

in cases you need our model instance for some reasons, use static function () use ($m) { ... }