Skip to content

Commit

Permalink
fix: set public visibility (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightYoshi authored Jan 8, 2024
1 parent 852c5f8 commit d6cf267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static function findFromStringOfAnyType(string $name, string $locale = nu
->get();
}

protected static function findOrCreateFromString(string $name, string $type = null, string $locale = null)
public static function findOrCreateFromString(string $name, string $type = null, string $locale = null)
{
$locale = $locale ?? static::getLocale();

Expand Down

0 comments on commit d6cf267

Please sign in to comment.