@@ -5,12 +5,12 @@ |
||
5 | 5 | use HnrAzevedo\Datamanager\Datamanager; |
6 | 6 | |
7 | 7 | /** |
8 | - * @property string $name |
|
9 | - * @property string $email |
|
10 | - * @property string $password |
|
11 | - * @property string birth |
|
12 | - * @property string register |
|
13 | - */ |
|
8 | + * @property string $name |
|
9 | + * @property string $email |
|
10 | + * @property string $password |
|
11 | + * @property string birth |
|
12 | + * @property string register |
|
13 | + */ |
|
14 | 14 | class User extends Datamanager{ |
15 | 15 | |
16 | 16 | public function __construct() |
@@ -11,11 +11,11 @@ |
||
11 | 11 | * @property string birth |
12 | 12 | * @property string register |
13 | 13 | */ |
14 | -class User extends Datamanager{ |
|
14 | +class User extends Datamanager { |
|
15 | 15 | |
16 | 16 | public function __construct() |
17 | 17 | { |
18 | - parent::create('user','id'); |
|
18 | + parent::create('user', 'id'); |
|
19 | 19 | } |
20 | 20 | |
21 | 21 | } |
22 | 22 | \ No newline at end of file |