Skip to content
Snippets Groups Projects
Commit 5614a4de authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Security class now implements the Singleton interface

parent ce617dee
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ interface AuthorizedUser {
function getRole();
}
class Security {
class Security implements Singleton {
const SESSION_TOKEN_NAME = 'auth_token';
const SESSION_NAME_USERDATA = 'auth_userdata';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment