diff --git a/app/models/IncidentTemplate.php b/app/models/IncidentTemplate.php index 1cbf8170..07309bfc 100644 --- a/app/models/IncidentTemplate.php +++ b/app/models/IncidentTemplate.php @@ -1,6 +1,16 @@ 'alpha|required', + 'slug' => 'alpha_dash|required', + 'template' => 'required' + ]; + public static function boot() { parent::boot();