Updated registration process

This commit is contained in:
Kevin Frantz
2018-09-21 19:43:48 +02:00
parent fcfe1ce9d7
commit f919b0e02c
8 changed files with 45 additions and 36 deletions

View File

@@ -21,8 +21,8 @@ class AbstractEntity
*/
protected $id;
protected function __construct()
public function __construct()
{
$this->id = 0;
//$this->id = 0;
}
}