From 9132a9bab75ffb850a65dc69ef03fcd073edbccd Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 30 Dec 2017 14:33:57 +0100 Subject: [PATCH] fix method signature --- ipf/auth/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipf/auth/app.php b/ipf/auth/app.php index 6daf275..258f69a 100644 --- a/ipf/auth/app.php +++ b/ipf/auth/app.php @@ -4,7 +4,7 @@ class IPF_Auth_App extends IPF_Application { public $userModel; - function configure($settings) + function configure(IPF_Settings $settings) { $this->userModel = $settings->get('auth_user_model', 'IPF\\Auth\\User'); } -- 2.49.0