Skip to content

Commit

Permalink
refactor: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 28, 2024
1 parent 70ce361 commit 098d5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/ServicesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand All @@ -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
Expand Down

0 comments on commit 098d5d4

Please sign in to comment.