mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
Convert other imports to Rabbit
This commit is contained in:
parent
ef75e1220e
commit
c98db1b653
14 changed files with 334 additions and 263 deletions
|
@ -21,7 +21,7 @@ class PocketController extends Controller
|
|||
$pocket->setUser($this->getUser());
|
||||
|
||||
if ($this->get('craue_config')->get('rabbitmq')) {
|
||||
$pocket->setRabbitmqProducer($this->get('old_sound_rabbit_mq.wallabag_pocket_producer'));
|
||||
$pocket->setRabbitmqProducer($this->get('old_sound_rabbit_mq.import_pocket_producer'));
|
||||
}
|
||||
|
||||
return $pocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue