Improved exporter service

This commit is contained in:
Jan Böhmer 2023-03-11 22:40:53 +01:00
parent 1dfcffe70d
commit 3b36b2a4dc
3 changed files with 171 additions and 56 deletions

View file

@ -29,7 +29,6 @@ use Doctrine\ORM\Mapping as ORM;
*
* @ORM\MappedSuperclass(repositoryClass="App\Repository\AbstractPartsContainingRepository")
*/
abstract class
AbstractPartsContainingDBElement extends AbstractStructuralDBElement
abstract class AbstractPartsContainingDBElement extends AbstractStructuralDBElement
{
}