filter by task title and order by lastModified, dueDate, status, process and task
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(\ProcessMaker\Model\TaskUser::class, function(Faker $faker) {
|
||||
|
||||
return [
|
||||
'TAS_UID' => function() {
|
||||
$task = factory(\ProcessMaker\Model\Task::class)->create();
|
||||
|
||||
Reference in New Issue
Block a user