Rekeningenpagina
This commit is contained in:
@ -39,4 +39,11 @@ class Rekeningen
|
||||
|
||||
return $returnArray;
|
||||
}
|
||||
public function __construct(App $app)
|
||||
{
|
||||
$app->get('/rekeningen', function ($request, $response, $args) {
|
||||
// Render index view
|
||||
return $this->renderer->render($response, 'Rekeningen.phtml', $args);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user