Skip to content
Snippets Groups Projects
Commit db09a208 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Finally remove the getInstance() method from the SimpleSAML_Session class. This closes #149.

parent 81a8c0cc
No related branches found
No related tags found
No related merge requests found
......@@ -176,15 +176,6 @@ class SimpleSAML_Session {
}
/**
* @deprecated
* @see SimpleSAML_Session::getSessionFromRequest()
*/
public static function getInstance() {
return self::getSessionFromRequest();
}
/**
* Retrieves the current session. Will create a new session if there isn't a session.
*
......
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