sforkowany z mirror/friendica
Update src/Model/Verb.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>2022.09-rc
rodzic
eeda115e32
commit
b7b6fae389
|
@ -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 '';
|
||||
|
|
Ładowanie…
Reference in New Issue