baethon/kex

Add query proxy methods

Closed this issue · 1 comments

The Model object should proxy following methods directly to the instance of QueryBuilder:

  • where()
  • custom scopes
  • insert()
  • update()
  • find() and findOrFail()

Fixed in b3be456