Add some debug info.

This commit is contained in:
James Cole
2020-09-21 16:08:41 +02:00
parent d05fb4472c
commit e5ac6a3a1d
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ return [
'providers' => [
'users' => [
'driver' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'), //'adldap',
'driver' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),
'model' => FireflyIII\User::class,
],
'remote_user_provider' => [