Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c61dd11

Browse files
committed
chore: add slug to magento category factory
1 parent 2652846 commit c61dd11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Database/Factories/MagentoCategoryFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
'level' => random_int(1, 100),
1414
'path' => '1/1',
1515
'include_in_menu' => true,
16+
'slug' => $faker->slug,
1617
];
1718
});

0 commit comments

Comments
 (0)