Displaying Custom Model attributes in a table
Before I upgraded to V3 I was able to access my custom attribute by like so
but since upgrading this seems to no longer work.
Here is my attribute
I can access it in Tinker
Solution:Jump to solution
Fixed it by changing my attribute to look like this
```
public function getDefinedNameAttribute()
{
if ($this->machine_status_id != null) {...
1 Reply
Solution
Fixed it by changing my attribute to look like this
Also in the model