1
0

Error afhandeling

This commit is contained in:
JelmerHinssen
2017-04-02 22:28:14 +02:00
parent ee1d1e9df2
commit 4bde697558
9 changed files with 189 additions and 125 deletions

View File

@ -18,6 +18,9 @@ use Inforbank\Application;
class Rekeningen
{
public static $BETAALREKENING = 1;
public static $SPAARREKENING = 2;
public static function getCurrentUserRekeningen()
{
$container = Application::getContainer();