Renamed domain TwigManagement to Twig

This commit is contained in:
Kevin Frantz
2019-05-30 17:10:41 +02:00
parent f06adfdc5c
commit 899dede123
7 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Domain\TwigManagement;
namespace Infinito\Domain\Twig;
use Infinito\DBAL\Types\ActionType;
use Infinito\Exception\Collection\NotSetElementException;
@@ -24,7 +24,7 @@ final class ActionIconClassMap implements ActionIconClassMapInterface
/**
* {@inheritdoc}
*
* @see \Infinito\Domain\TwigManagement\ActionIconClassMapInterface::getIconClass()
* @see \Infinito\Domain\Twig\ActionIconClassMapInterface::getIconClass()
*/
public function getIconClass(string $action): string
{

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Domain\TwigManagement;
namespace Infinito\Domain\Twig;
/**
* Maps actions to classes.

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Domain\TwigManagement;
namespace Infinito\Domain\Twig;
use Infinito\DBAL\Types\Meta\Right\LayerType;
use Infinito\Exception\Collection\NotSetElementException;
@@ -25,7 +25,7 @@ final class LayerIconClassMap implements LayerIconClassMapInterface
/**
* {@inheritdoc}
*
* @see \Infinito\Domain\TwigManagement\LayerIconClassMapInterface::getIconClass()
* @see \Infinito\Domain\Twig\LayerIconClassMapInterface::getIconClass()
*/
public static function getIconClass(string $layer): string
{

View File

@@ -1,6 +1,6 @@
<?php
namespace Infinito\Domain\TwigManagement;
namespace Infinito\Domain\Twig;
/**
* Maps actions to classes.