Partial revert commit 6425d3e5: Incorrect use of helper class.
				
					
				
			This commit is contained in:
		| @@ -39,11 +39,4 @@ 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