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
Model: App\Models\Article => Relation: ChristianKuri\LaravelFavorite\Models\Favorite - You should add with(ChristianKuri\LaravelFavorite\Models\Favorite) to eager-load this relation.
Detailed description
Hi there!
When i check if article is favorited by auth user
$article->isFavorited()
the debugbar gives me
Model: App\Models\Article => Relation: ChristianKuri\LaravelFavorite\Models\Favorite - You should add with(ChristianKuri\LaravelFavorite\Models\Favorite) to eager-load this relation.
wire controller
In Article model i tried
but it didn't work
How could I eager load that?
Thanks!
The text was updated successfully, but these errors were encountered: