Optimized Law draft

This commit is contained in:
Kevin Frantz
2018-09-13 22:35:32 +02:00
parent 69f2beac72
commit ff7fb57baf
13 changed files with 160 additions and 30 deletions

View File

@@ -20,4 +20,8 @@ class AbstractEntity
* @var int
*/
protected $id;
protected function __construct()
{
}
}