From: Michael Vogel Date: Tue, 19 May 2020 20:42:01 +0000 (+0200) Subject: Update src/Model/Verb.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7b6fae389bbd33b173d4c305f05a3741cec2294;p=friendica.git Update src/Model/Verb.php Co-authored-by: Hypolite Petovan --- 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 '';