forked from wallabag/wallabag
Replace RabbitMQ injection with CraueConfiguration
This commit is contained in:
committed by
Jeremy Benoist
parent
e31ee20dd7
commit
40d2a29443
@ -95,6 +95,11 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
|
||||
'value' => null,
|
||||
'section' => 'import',
|
||||
],
|
||||
[
|
||||
'name' => 'rabbitmq',
|
||||
'value' => '0',
|
||||
'section' => 'import',
|
||||
],
|
||||
[
|
||||
'name' => 'show_printlink',
|
||||
'value' => '1',
|
||||
|
||||
Reference in New Issue
Block a user