Issue #9 - Fixed code standards.

This commit is contained in:
Daniel Thee Roperto
2016-09-06 14:21:11 +10:00
parent d0c4a1c0be
commit 4cccb518f3
4 changed files with 7 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class auth_plugin_outage extends auth_plugin_base
/**
* Login page hook.
*/
function loginpage_hook() {
public function loginpage_hook() {
\auth_outage\outagelib::initialize();
}
}