@@ -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() |
@@ -9,11 +9,11 @@ |
||
9 | 9 | * @property string $email |
10 | 10 | * @property string $password |
11 | 11 | */ |
12 | -class User extends Datamanager{ |
|
12 | +class User extends Datamanager { |
|
13 | 13 | |
14 | 14 | public function __construct() |
15 | 15 | { |
16 | - parent::create('user','id'); |
|
16 | + parent::create('user', 'id'); |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | } |
20 | 20 | \ No newline at end of file |