Renamed function

This commit is contained in:
Michael 2021-06-01 14:23:12 +00:00
parent 3f0937dd42
commit 49459821be
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ use Friendica\Protocol\Activity;
class Notification extends BaseFactory
{
public function createFromNotifyId(int $id)
public function createFromNotificationId(int $id)
{
$notification = DBA::selectFirst('notification', [], ['id' => $id]);
if (!DBA::isResult($notification)) {