change name class

This commit is contained in:
Marco A. Nina Mena
2017-08-11 12:08:19 -04:00
parent 07f0a36aef
commit 12c44b5ff1
5 changed files with 6 additions and 87 deletions

View File

@@ -1,13 +1,6 @@
<?php
/**
* derivation - derivation
/**
* derivation - derivation class
*
* @package workflow.engine.ProcessMaker
*
*/class Derivation
class Derivation
{
var $case;
protected $flagControl;
@@ -1701,7 +1694,6 @@
function getGrpUser ($aData)
{
require_once 'classes/model/Content.php';
$oTasks = new Tasks();
$oGroups = new Groups();
$oContent = new Content();