conflicts

This commit is contained in:
Julio Cesar Laura Avendaño
2019-05-02 14:48:50 -04:00
committed by Paula Quispe
parent 532f872966
commit 5955ff6737
3 changed files with 43 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ $factory->define(\ProcessMaker\Model\ProcessCategory::class, function (Faker $fa
return [
'CATEGORY_UID' => G::generateUniqueID(),
'CATEGORY_PARENT' => '',
'CATEGORY_NAME' => $faker->paragraph(3),
'CATEGORY_NAME' => $faker->sentence(5),
'CATEGORY_ICON' => '',
];
});