Implemented test for law entity

This commit is contained in:
Kevin Frantz
2018-10-31 14:28:32 +01:00
parent df359a26e8
commit 4678e14b34
2 changed files with 35 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ use App\Entity\AbstractEntity;
*/
abstract class AbstractMeta extends AbstractEntity implements MetaInterface
{
public function __construct(){
public function __construct()
{
parent::__construct();
}
}