You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phpinspect.el/test/fixtures/Block.php

9 lines
223 B
PHP

{
return new Response(
$this->twig->render('domain/manage.html.twig', [
'domain' => $this->repo->find($name),
'users' => $this->user_repo->findBy(['domain' => $name])
])
);
}