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