Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Commit

Permalink
Fixed minor visibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams committed Feb 22, 2019
1 parent 3df4869 commit 38b582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RdataHandlers.php
Expand Up @@ -23,7 +23,7 @@ class RdataHandlers

public static function getHandlers(): array
{
return static::$handlers;
return self::$handlers;
}

/**
Expand Down

0 comments on commit 38b582e

Please sign in to comment.