Closed ekvedaras closed 3 years ago
Example snippet:
User::query()->join('customers', 'customers.user_id', '=', 'users.id');
At the moment it complains about = being an unknown column. I think this is fixed for where() methods, but maybe not for join() 🤔
=
where()
join()
Example snippet:
At the moment it complains about
=
being an unknown column. I think this is fixed forwhere()
methods, but maybe not forjoin()
🤔