Commit 3db4fc38 authored by Artem's avatar Artem

added factory call to seeder

parent 84156e85
......@@ -12,5 +12,6 @@ class DatabaseSeeder extends Seeder
public function run()
{
// $this->call(UserSeeder::class);
factory(App\Product::class, 20)->create();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment