Browse Source

finalised getCustomers

master
Lennart Verschelden 2 years ago
parent
commit
ee4b8fa914
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Controller/Customers.php

+ 1
- 1
src/Controller/Customers.php View File

@@ -25,7 +25,7 @@ class Customers
$container = $this->container;
$twig = $container->get('twig');
$vars = ["clients" => $customers];
$vars = ["customers" => $customers];

$a = $twig->render('customers.html.twig', $vars);
$response->getBody()->write($a);

Loading…
Cancel
Save