cycle / orm

PHP DataMapper, ORM
https://cycle-orm.dev
MIT License
1.24k stars 72 forks source link

Add orderBy to HasOneLoader #487

Open markinigor opened 6 months ago

markinigor commented 6 months ago

Copied from HasManyLoader

🔍 What was changed

Add orderBy trait to HasOneLoader from HasManyLoader.

🤔 Why?

Because sometimes we need to order HasOne relation from one-to-many table with ordering

📃 Documentation