HOR-3670
Fix interface name IDynaformEditorAjax
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* DynaformEditorAjax - DynaformEditorAjax class
|
* DynaformEditorAjax - DynaformEditorAjax class
|
||||||
*
|
*
|
||||||
* @package workflow.engine.classes
|
* @package workflow.engine.classes
|
||||||
*/class DynaformEditorAjax extends DynaformEditor implements iDynaformEditorAjax
|
*/class DynaformEditorAjax extends DynaformEditor implements IDynaformEditorAjax
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
interface iDynaformEditorAjax
|
interface IDynaformEditorAjax
|
||||||
{
|
{
|
||||||
//public function render_preview($A);
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user