PMCORE-3880 PhpUnit: Error: Call to undefined function factory
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
namespace ProcessMaker\Model;
|
||||
|
||||
use App\Factories\HasFactory;
|
||||
use G;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ElementTaskRelation extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'ELEMENT_TASK_RELATION';
|
||||
protected $primaryKey = 'ETR_UID';
|
||||
// We do not have create/update timestamps for this table
|
||||
|
||||
Reference in New Issue
Block a user