Skip to content
Snippets Groups Projects
Commit eeaa3918 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug -- missing return.

parent 0a36cc55
No related merge requests found
......@@ -68,6 +68,7 @@ class Factory
if (null !== $config) {
$obj->setConfig($config);
}
return $obj;
} else {
throw new AuthException(
'Authentication handler ' . $authNHandler . ' does not exist!'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment