コード例 #1
0
ファイル: DemoSeederCommand.php プロジェクト: R11T/Cachet
 /**
  * Seed the incident templates table.
  *
  * @return void
  */
 protected function seedIncidentTemplates()
 {
     IncidentTemplate::truncate();
 }