mirror of
https://github.com/friendica/friendica
synced 2025-04-29 19:44:22 +02:00
Renamed function
This commit is contained in:
parent
3f0937dd42
commit
49459821be
3 changed files with 5 additions and 5 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue