Skip to content

Commit

Permalink
Rename setter method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Nov 3, 2023
1 parent 1f7485c commit bd0f4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fieldtypes/Sets.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public function process($tabs)
}

/**
* Allow the user to set custom location for SVG set icons.
* Allow the user to set custom icon directory and/or folder for SVG set icons.
*/
public static function iconConfig($directory = null, $folder = null)
public static function setIconsDirectory($directory = null, $folder = null)
{
// If they are specifying new base directory, ensure we do not assume sub-folder
if ($directory) {
Expand Down

0 comments on commit bd0f4ea

Please sign in to comment.