Esempio n. 1
0
 /**
  * Seed the posts table with the Welcome post.
  */
 public function run()
 {
     Post::truncate();
     factory(Post::class, 1)->create();
 }