Add missing return docs
This commit is contained in:
@@ -49,6 +49,8 @@ class IncidentTemplate extends Model
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function boot()
|
||||
{
|
||||
|
||||
@@ -33,6 +33,8 @@ class Invite extends Model
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function boot()
|
||||
{
|
||||
|
||||
@@ -58,6 +58,8 @@ class Subscriber extends Model implements HasPresenter
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function boot()
|
||||
{
|
||||
|
||||
@@ -34,6 +34,8 @@ class Tag extends Model
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function boot()
|
||||
{
|
||||
|
||||
@@ -110,6 +110,8 @@ class User extends Authenticatable
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function boot()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user