You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
The above code works fine. But in some other function in Controller when I use leftJoin function with Category Model, leftJoin is not working. I have something like below:
I have the following code in Category Model:
And
The above code works fine. But in some other function in Controller when I use leftJoin function with Category Model, leftJoin is not working. I have something like below:
Category: leftjoin('expense','category.id','expense.category_id')->get();
in above eloquent leftjoin is not rendering in response.
Any help?
The text was updated successfully, but these errors were encountered: