1
0

Add berichten page, and authentication checks

This commit is contained in:
2017-03-30 19:36:22 +02:00
parent 4f47ae6a55
commit 516ced5152
7 changed files with 130 additions and 7 deletions

View File

@ -63,6 +63,6 @@ class Transacties
'rekening' => $rekening,
'transacties' => $returnArray
]);
});
})->add(new Auth\Middleware());
}
}