faqRepository->findBy([], ['sorting' => 'ASC']); return $this->render('teamer/faq/index.html.twig', [ 'faqs' => $faqs, ]); } }