Merged in bugfix/PMCORE-1948 (pull request #7437)

PMCORE-1948

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2020-07-31 18:36:55 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 2 additions and 57 deletions

View File

@@ -1,14 +0,0 @@
<?php
namespace ProcessMaker\Model;
use Illuminate\Database\Eloquent\Model;
class AppDocument extends Model
{
protected $table = "APP_DOCUMENT";
protected $primaryKey = 'APP_DOC_UID';
public $incrementing = false;
public $timestamps = false;
}