LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
531 stars 118 forks source link

Call to undefined relationship [user] on model XXXXXXX #113

Open resujentoezequiel opened 1 year ago

resujentoezequiel commented 1 year ago

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

PovilasKorop commented 1 year ago

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