@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | if(!Connect::getInstance()->inTransaction()){ |
| 27 | - return Connect::getInstance()->beginTransaction(); |
|
| 27 | + return Connect::getInstance()->beginTransaction(); |
|
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | switch ($transaction) { |
@@ -5,12 +5,12 @@ |
||
| 5 | 5 | use HnrAzevedo\Datamanager\Model as Entity; |
| 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 Entity{ |
| 15 | 15 | |
| 16 | 16 | public function __construct() |