User assignment for created tasks

This commit is contained in:
dante
2019-04-25 19:11:37 -04:00
committed by Paula Quispe
parent ccf7209228
commit d3a944c2f6
3 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace ProcessMaker\Model;
use Illuminate\Database\Eloquent\Model;
class TaskUser extends Model
{
protected $table = 'TASK_USER';
public $timestamps = false;
}