PMCORE-2433
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace ProcessMaker\Model;
|
||||
|
||||
use G;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ElementTaskRelation extends Model
|
||||
{
|
||||
protected $table = 'ELEMENT_TASK_RELATION';
|
||||
protected $primaryKey = 'ETR_UID';
|
||||
// We do not have create/update timestamps for this table
|
||||
public $timestamps = false;
|
||||
}
|
||||
Reference in New Issue
Block a user