forked from wallabag/wallabag
Rename wallabag_core to wallabag
This commit is contained in:
@ -19,7 +19,7 @@ class ImportCompilerPass implements CompilerPassInterface
|
||||
);
|
||||
|
||||
$taggedServices = $container->findTaggedServiceIds(
|
||||
'wallabag_core.import'
|
||||
'wallabag.import'
|
||||
);
|
||||
foreach ($taggedServices as $id => $tagAttributes) {
|
||||
foreach ($tagAttributes as $attributes) {
|
||||
|
||||
Reference in New Issue
Block a user