]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/Verb.php
authorMichael Vogel <icarus@dabo.de>
Tue, 19 May 2020 20:42:01 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 20:42:01 +0000 (22:42 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/Verb.php

index 570c62d84090998f24b71057743626acb251887a..759c1b0f27fce4d176adfa0b231fa83b8a8a573a 100644 (file)
@@ -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 '';