Update src/Model/Verb.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user