Example #1
0
 public function run()
 {
     $types = ['Lecture', 'Streaming Media', 'Thesis', 'Project', 'Laboratory', 'Recitation', 'WWW', 'Research'];
     foreach ($types as $type) {
         SectionType::create(['name' => $type]);
     }
 }