Open resujentoezequiel opened 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.
Thank you
@resujentoezequiel from what I remember, it should be just a function user() { return $this->belongsTo(User::class); } relationship
function user() { return $this->belongsTo(User::class); }
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.
Thank you