Created account controller

This commit is contained in:
Pierre
2018-04-11 10:48:20 +02:00
parent ea5257c478
commit 43ba96ac5e
3 changed files with 61 additions and 50 deletions

View File

@ -19,7 +19,6 @@ class User{
const USER_PAGE_PUBLIC = 1;
const USER_PAGE_OPEN = 2;
/**
* Public constructor
*/