芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/database/factories/CategoryFactory.php
$this->faker->randomElement(DB::table('category_sub_groups')->pluck('id')->toArray()), 'name' => $this->faker->unique(true)->company, 'slug' => $this->faker->unique(true)->slug, 'description' => $this->faker->text(80), 'active' => 1, ]; } }