diff --git a/src/Model/Verb.php b/src/Model/Verb.php index 570c62d840..759c1b0f27 100644 --- a/src/Model/Verb.php +++ b/src/Model/Verb.php @@ -55,7 +55,7 @@ class Verb * @param integer $id * @return string verb */ - public static function getbyID(int $id) + public static function getByID(int $id) { if (empty($id)) { return '';