Skip to content

Commit 637ead4

Browse files
committed
FIX: Admin part should be written to config all the time
1 parent e03c15a commit 637ead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DI/Helpers/ConnectionsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getConfigSchema(): Schema
3737
'admin' => Expect::structure([
3838
'port' => Expect::int(15672),
3939
'secure' => Expect::bool(false),
40-
])->castTo('array')->required(false),
40+
])->castTo('array'),
4141
])->castTo('array'),
4242
'string'
4343
);

0 commit comments

Comments
 (0)