@@ -5,10 +5,10 @@ |
||
| 5 | 5 | use HnrAzevedo\Datamanager\Datamanager; |
| 6 | 6 | |
| 7 | 7 | /** |
| 8 | - * @property string $name |
|
| 9 | - * @property string $email |
|
| 10 | - * @property string $password |
|
| 11 | - */ |
|
| 8 | + * @property string $name |
|
| 9 | + * @property string $email |
|
| 10 | + * @property string $password |
|
| 11 | + */ |
|
| 12 | 12 | class User extends Datamanager{ |
| 13 | 13 | |
| 14 | 14 | public function __construct() |