@@ -26,6 +26,9 @@ |
||
| 26 | 26 | $child2 = Factory::create(new Category, ['name' => 'Child 2', 'slug' => 'child-2', 'parent_id' => $parent2->id]); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | + /** |
|
| 30 | + * @param integer $count |
|
| 31 | + */ |
|
| 29 | 32 | protected function seedProducts($count) |
| 30 | 33 | { |
| 31 | 34 | $categories = Category::count(); |