Update src/Model/Verb.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel 2020-05-19 22:42:01 +02:00 committed by GitHub
parent eeda115e32
commit b7b6fae389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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 '';