1
0

Partial revert commit 6425d3e5: Incorrect use of helper class.

This commit is contained in:
Christiaan Goossens 2017-03-29 11:00:16 +02:00
parent 6026905ad0
commit 50e548feb5

View File

@ -39,11 +39,4 @@ class Rekeningen
return $returnArray; 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);
});
}
} }