HOR-3670-RG-4 Files review:

workflow/engine/classes/Stat.php
workflow/engine/classes/Tar_File.php
workflow/engine/classes/Tasks.php
workflow/engine/classes/ToolBar.php
workflow/engine/classes/TriggerLibrary.php
This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-08-11 17:10:14 -04:00
parent 08b143a034
commit 5fe9a04c2d
13 changed files with 52 additions and 210 deletions

View File

@@ -38,7 +38,7 @@ class TriggerWizard
//Library
$this->library = \triggerLibrary::getSingleton();
$this->library = \TriggerLibrary::getSingleton();
} catch (\Exception $e) {
throw $e;
}