-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
When creating a new auth adapter with a name seperated by a "." then the generated config array gets one additional level.
Expected
'adapters' => [
'test.test2' => [
Actual
'adapters' => [
'test' => [
'test2' => [
Originally posted by @ThaDafinser at zfcampus/zf-oauth2#121
Metadata
Metadata
Assignees
Labels
No labels