From 5aa8b6426037627116cdafa776b677764b675403 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 28 Apr 2024 15:28:56 -0400 Subject: [PATCH] refactor: Code cleanup --- src/services/ServicesTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/ServicesTrait.php b/src/services/ServicesTrait.php index 55cee44..c03ac93 100755 --- a/src/services/ServicesTrait.php +++ b/src/services/ServicesTrait.php @@ -44,7 +44,7 @@ public function __construct($id, $parent = null, array $config = []) } /** - * Returns the helper service + * Returns the profile service * * @return ProfileService The profile service * @throws InvalidConfigException