Add missing return docs

This commit is contained in:
James Brooks
2016-12-15 20:11:06 +00:00
parent 027b2e13e9
commit d0b0ce2140
5 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ class IncidentTemplate extends Model
/**
* Overrides the models boot method.
*
* @return void
*/
public static function boot()
{

View File

@@ -33,6 +33,8 @@ class Invite extends Model
/**
* Overrides the models boot method.
*
* @return void
*/
public static function boot()
{

View File

@@ -58,6 +58,8 @@ class Subscriber extends Model implements HasPresenter
/**
* Overrides the models boot method.
*
* @return void
*/
public static function boot()
{

View File

@@ -34,6 +34,8 @@ class Tag extends Model
/**
* Overrides the models boot method.
*
* @return void
*/
public static function boot()
{

View File

@@ -110,6 +110,8 @@ class User extends Authenticatable
/**
* Overrides the models boot method.
*
* @return void
*/
public static function boot()
{