WIP: Implement application process
This commit is contained in:
@@ -19,7 +19,7 @@ class FaqController extends AbstractController
|
||||
{
|
||||
$faqs = $this->faqRepository->findBy([], ['sorting' => 'ASC']);
|
||||
|
||||
return $this->render('teamer/faq.html.twig', [
|
||||
return $this->render('teamer/faq/index.html.twig', [
|
||||
'faqs' => $faqs,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user