PHPDoc the boot method
This commit is contained in:
@@ -11,6 +11,10 @@ class IncidentTemplate extends Eloquent {
|
||||
'template' => 'required'
|
||||
];
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
* @return void
|
||||
*/
|
||||
public static function boot() {
|
||||
parent::boot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user