Skip to content

Commit

Permalink
Merge pull request #10 from mitydigital/fix/index-fieldtype
Browse files Browse the repository at this point in the history
Remove ray
  • Loading branch information
martyf authored Aug 29, 2024
2 parents 95cf2cd + 6d376c5 commit 4af2fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Support/Iconamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getPath(string $path, string $pathHelper, ?string $filename = nu
if ($pathHelper === 'default') {
$pathHelper = config('iconamic.path_helper');
}
ray($pathHelper)->blue();

// build the directory based off of the configured path and path helper
switch ($pathHelper) {
case 'app_path':
Expand All @@ -95,7 +95,7 @@ public function getPath(string $path, string $pathHelper, ?string $filename = nu
default:
throw IconamicException::unknownPathHelper($pathHelper);
}
ray($directory)->red();

$path = explode('/', $filename);
$stack = [];
foreach ($path as $seg) {
Expand Down

0 comments on commit 4af2fb2

Please sign in to comment.