Merged in cochalo/processmaker (pull request #767)

Adicion de dbAdapter en patch
This commit is contained in:
Julio Cesar Laura Avendaño
2014-09-09 14:19:36 -04:00

View File

@@ -12,6 +12,7 @@ G::LoadClass("TaskUser");
abstract class patch
{
static protected $isPathchable = false;
static public $dbAdapter = 'mysql';
abstract static public function isApplicable();
abstract static public function execute();
}