PHPDoc the boot method

This commit is contained in:
James Brooks
2014-12-20 20:36:15 +00:00
parent 950004a269
commit 3790ae240e

View File

@@ -11,6 +11,10 @@ class IncidentTemplate extends Eloquent {
'template' => 'required'
];
/**
* Overrides the models boot method.
* @return void
*/
public static function boot() {
parent::boot();