From 098d5d49ef5d3f63c7dba6c3b271a400ce767234 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 28 Apr 2024 15:21:24 -0400 Subject: [PATCH] refactor: Code cleanup --- src/services/ServicesTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/ServicesTrait.php b/src/services/ServicesTrait.php index 84dc1e9..0557066 100755 --- a/src/services/ServicesTrait.php +++ b/src/services/ServicesTrait.php @@ -31,7 +31,7 @@ trait ServicesTrait */ public function __construct($id, $parent = null, array $config = []) { - // Merge in the passed config, so it our config can be overridden by Plugins::pluginConfigs['recipe'] + // Merge in the passed config, so it our config can be overridden by Plugins::pluginConfigs['fastcgi-cache-bust'] // ref: https://github.com/craftcms/cms/issues/1989 $config = ArrayHelper::merge([ 'components' => [ @@ -43,7 +43,7 @@ public function __construct($id, $parent = null, array $config = []) } /** - * Returns the nutritionApi service + * Returns the cache service * * @return CacheService The cache service * @throws InvalidConfigException