laravel-charts icon indicating copy to clipboard operation
laravel-charts copied to clipboard

Call to undefined relationship [user] on model XXXXXXX

Open resujentoezequiel opened this issue 2 years ago • 1 comments
trafficstars

Good day,

Can I see the content of your user() function in the transaction model?

I want to display the name rather than the ID number in the chart.

image

Thank you

resujentoezequiel avatar Jul 12 '23 06:07 resujentoezequiel

@resujentoezequiel from what I remember, it should be just a function user() { return $this->belongsTo(User::class); } relationship

PovilasKorop avatar Jul 12 '23 15:07 PovilasKorop