diff --git a/app/models/IncidentTemplate.php b/app/models/IncidentTemplate.php index b4c21dcd..19c2fc76 100644 --- a/app/models/IncidentTemplate.php +++ b/app/models/IncidentTemplate.php @@ -11,6 +11,10 @@ class IncidentTemplate extends Eloquent { 'template' => 'required' ]; + /** + * Overrides the models boot method. + * @return void + */ public static function boot() { parent::boot();