spelling: select

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12951/head
Josh Soref 2023-03-26 18:45:26 -04:00
rodzic 23e1c0bb71
commit 7f8454dc12
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ function doSomething(\Friendica\Contact\Introductions\Collection\Introductions $
}
/** @var $intros \Friendica\Contact\Introductions\Collection\Introductions */
$intros = \Friendica\DI::intro()->selecForUser(Session::getLocalUser());
$intros = \Friendica\DI::intro()->selectForUser(Session::getLocalUser());
doSomething($intros);
```