Fix interface name IDynaformEditorAjax
This commit is contained in:
David Callizaya
2017-08-11 14:30:42 -04:00
parent 1e940d1de0
commit 1803df36dc
2 changed files with 3 additions and 3 deletions

View File

@@ -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
{ {
/** /**

View File

@@ -1,6 +1,6 @@
<?php <?php
interface iDynaformEditorAjax interface IDynaformEditorAjax
{ {
//public function render_preview($A);
} }