mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain DomManagement to Dom
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\DomManagement;
|
||||
namespace Infinito\Domain\Dom;
|
||||
|
||||
use Infinito\Entity\EntityInterface;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
@@ -176,7 +176,7 @@ final class EntityDomService implements EntityDomServiceInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \Infinito\Domain\DomManagement\EntityDomServiceInterface::getDomDocument()
|
||||
* @see \Infinito\Domain\Dom\EntityDomServiceInterface::getDomDocument()
|
||||
*/
|
||||
public function getDomDocument(): \DOMDocument
|
||||
{
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\DomManagement;
|
||||
namespace Infinito\Domain\Dom;
|
||||
|
||||
/**
|
||||
* Allows to build a DOM for an entity.
|
Reference in New Issue
Block a user