Пример #1
0
 /**
  * Seed the incident templates table.
  *
  * @return void
  */
 protected function seedIncidentTemplates()
 {
     IncidentTemplate::truncate();
 }