mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain TwigManagement to Twig
This commit is contained in:
@@ -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
|
||||
{
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\TwigManagement;
|
||||
namespace Infinito\Domain\Twig;
|
||||
|
||||
/**
|
||||
* Maps actions to classes.
|
@@ -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
|
||||
{
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\TwigManagement;
|
||||
namespace Infinito\Domain\Twig;
|
||||
|
||||
/**
|
||||
* Maps actions to classes.
|
Reference in New Issue
Block a user