From 3790ae240eb5731cc0a26dbbcc21cff161488c65 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 20 Dec 2014 20:36:15 +0000 Subject: [PATCH] PHPDoc the boot method --- app/models/IncidentTemplate.php | 4 ++++ 1 file changed, 4 insertions(+) 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();