Skip to content

Commit

Permalink
refactor: minify
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 10, 2024
1 parent d0ba354 commit 48cf066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ServicesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct($id, $parent = null, array $config = [])
/**
* Returns the helper service
*
* @return MinifyService The helper service
* @return MinifyService The minify service
* @throws InvalidConfigException
*/
public function getMinify(): MinifyService
Expand Down

0 comments on commit 48cf066

Please sign in to comment.