PMCORE-1948

This commit is contained in:
Paula Quispe
2020-07-28 18:15:09 -04:00
parent b795c12921
commit c7f1d2ae88
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;
}