@@ -4,15 +4,15 @@ |
||
| 4 | 4 | |
| 5 | 5 | use HnrAzevedo\Datamanager\Model as Entity; |
| 6 | 6 | /** |
| 7 | - * @property string $name |
|
| 8 | - * @property string $email |
|
| 9 | - * @property string $password |
|
| 10 | - * @property string birth |
|
| 11 | - * @property string register |
|
| 12 | - * @property string $birth |
|
| 13 | - * @property string $register |
|
| 14 | - * @property string $weight |
|
| 15 | - */ |
|
| 7 | + * @property string $name |
|
| 8 | + * @property string $email |
|
| 9 | + * @property string $password |
|
| 10 | + * @property string birth |
|
| 11 | + * @property string register |
|
| 12 | + * @property string $birth |
|
| 13 | + * @property string $register |
|
| 14 | + * @property string $weight |
|
| 15 | + */ |
|
| 16 | 16 | class User extends Entity |
| 17 | 17 | { |
| 18 | 18 | public function __construct() |