mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
Add UIBlocks to twig (Changed classes name)
This commit is contained in:
@@ -33,7 +33,7 @@ use Combodo\iTop\Application\UI\Base\AbstractUIBlockFactory;
|
||||
class AlertUIBlockFactory extends AbstractUIBlockFactory
|
||||
{
|
||||
public const TWIG_TAG_NAME = 'UIAlert';
|
||||
public const UI_BLOCK_CLASS_NAME = "Combodo\\iTop\\Application\\UI\\Base\\Component\\Alert\\Alert";
|
||||
public const UI_BLOCK_CLASS_NAME = Alert::class;
|
||||
|
||||
/**
|
||||
* Make a basis Alert component
|
||||
|
||||
Reference in New Issue
Block a user