mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Updated registration process
This commit is contained in:
@@ -21,8 +21,8 @@ class AbstractEntity
|
||||
*/
|
||||
protected $id;
|
||||
|
||||
protected function __construct()
|
||||
public function __construct()
|
||||
{
|
||||
$this->id = 0;
|
||||
//$this->id = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user