Completed
Push — master ( 06c314...612aa7 )
by Scott
02:14
created
updates/dev_seeds.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.