예제 #1
0
 protected function fillVideo(Video $v)
 {
     $v->title = $this->faker->catchPhrase();
     $v->description = $this->faker->sentence(20);
     $v->youtubeId = 'AuX7nPBqDts';
 }