Update src/Model/Verb.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
eeda115e32
commit
b7b6fae389
|
@ -55,7 +55,7 @@ class Verb
|
||||||
* @param integer $id
|
* @param integer $id
|
||||||
* @return string verb
|
* @return string verb
|
||||||
*/
|
*/
|
||||||
public static function getbyID(int $id)
|
public static function getByID(int $id)
|
||||||
{
|
{
|
||||||
if (empty($id)) {
|
if (empty($id)) {
|
||||||
return '';
|
return '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user