Change PluginBase::boot return type to void (PhpDocBlock) (#4957)
This commit is contained in:
parent
1d65e61ffc
commit
56b2864ef5
|
|
@ -71,7 +71,7 @@ class PluginBase extends ServiceProviderBase
|
|||
/**
|
||||
* Boot method, called right before the request route.
|
||||
*
|
||||
* @return array
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue