mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented functions for optimizing source.html.twig
This commit is contained in:
@@ -20,7 +20,7 @@ final class LayerActionMap extends AbstractMap implements LayerActionMapInterfac
|
||||
ActionType::CREATE,
|
||||
ActionType::UPDATE,
|
||||
ActionType::DELETE,
|
||||
ActionType::THREAD,
|
||||
ActionType::EXECUTE,
|
||||
],
|
||||
];
|
||||
|
||||
|
@@ -13,6 +13,9 @@ use Infinito\Entity\Meta\Right;
|
||||
*/
|
||||
final class LayerClassMap implements LayerClassMapInterface
|
||||
{
|
||||
/**
|
||||
* @var array|string[]
|
||||
*/
|
||||
const LAYER_CLASS_MAP = [
|
||||
LayerType::SOURCE => AbstractSource::class,
|
||||
LayerType::LAW => Law::class,
|
||||
|
Reference in New Issue
Block a user