diff --git a/modules/system/classes/PluginBase.php b/modules/system/classes/PluginBase.php index d1aa353d9..a2ba1bd1a 100644 --- a/modules/system/classes/PluginBase.php +++ b/modules/system/classes/PluginBase.php @@ -71,7 +71,7 @@ class PluginBase extends ServiceProviderBase /** * Boot method, called right before the request route. * - * @return array + * @return void */ public function boot() {