From b7b6fae389bbd33b173d4c305f05a3741cec2294 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 19 May 2020 22:42:01 +0200 Subject: [PATCH] Update src/Model/Verb.php Co-authored-by: Hypolite Petovan --- src/Model/Verb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';