mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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.
|
* Boot method, called right before the request route.
|
||||||
*
|
*
|
||||||
* @return array
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user