Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 94c705c

Browse files
committed
Added return type
1 parent 292aef3 commit 94c705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/DatabaseUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function __call($name, $arguments)
201201
*
202202
* @return bool
203203
*/
204-
protected function isFallingBack()
204+
protected function isFallingBack() : bool
205205
{
206206
return Config::get('adldap_auth.login_fallback', false);
207207
}

0 commit comments

Comments
 (0)