X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FDeveloper-Domain-Driven-Design.md;h=30520744431753ba2d6310a3ae110db880d3222a;hb=b5f33124be77a43f43ca73007b5df9dab802a02c;hp=a4af436884d567b7910685a8f105d54b88067a33;hpb=11944dda3241c0a015944b6a82147ba5e5755998;p=friendica.git diff --git a/doc/Developer-Domain-Driven-Design.md b/doc/Developer-Domain-Driven-Design.md index a4af436884..3052074443 100644 --- a/doc/Developer-Domain-Driven-Design.md +++ b/doc/Developer-Domain-Driven-Design.md @@ -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); ```