Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function data(ServerRequestInterface $request, Document $document)
 {
     return ['groups' => Group::whereVisibleTo($request->getAttribute('actor'))->get()];
 }