Skip to content

Commit

Permalink
fixed class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfoo committed May 21, 2021
1 parent 6b725a4 commit 7b6e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enum/AdditionalWaypointVisibilityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Geocaching\Enum;

class AdditionalWaypointType extends EnumAbstract
class AdditionalWaypointVisibilityType extends EnumAbstract
{
protected static $list = [
0 => 'Visible',
Expand Down

0 comments on commit 7b6e224

Please sign in to comment.