From 7be4eabf0ba41c2ef0ae1ac80ffc5cade089877e Mon Sep 17 00:00:00 2001 From: Jesse Leite Date: Fri, 3 Nov 2023 17:06:28 -0400 Subject: [PATCH] No comment --- src/Fieldtypes/Sets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fieldtypes/Sets.php b/src/Fieldtypes/Sets.php index 7b7428b4d0..07398dcce8 100644 --- a/src/Fieldtypes/Sets.php +++ b/src/Fieldtypes/Sets.php @@ -152,7 +152,7 @@ public static function setIconsDirectory($directory = null, $folder = null) static::$iconsFolder = $folder; } - // Then provide to script for selectors in blueprint config + // Then provide to script for selector components in blueprint config Statamic::provideToScript([ 'set_icons_directory' => static::$iconsDirectory, 'set_icons_folder' => static::$iconsFolder,