Powered by
```php public function getUserNameAttribute() { ...
# ❓questions
i
ifox
03/10/2023, 2:13 PM
Copy code
php public function getUserNameAttribute() { return User::find($this->user_id)?->name; }
Previous
Next