| 1 | <?php namespace Arcanesoft\Auth\Models; |
||
| 13 | class User extends BaseUserModel |
||
| 14 | { |
||
| 15 | /* ------------------------------------------------------------------------------------------------ |
||
| 16 | | Getters & Setters |
||
| 17 | | ------------------------------------------------------------------------------------------------ |
||
| 18 | */ |
||
| 19 | /** |
||
| 20 | * Get the gravatar attribute. |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public function getGravatarAttribute() |
||
| 31 | } |
||
| 32 |