forked from wallabag/wallabag
move WallabagBundle into Wallabag:CoreBundle
This commit is contained in:
3
src/Wallabag/CoreBundle/Resources/config/routing.yml
Normal file
3
src/Wallabag/CoreBundle/Resources/config/routing.yml
Normal file
@ -0,0 +1,3 @@
|
||||
_wllbg:
|
||||
resource: "@WallabagCoreBundle/Controller/EntryController.php"
|
||||
type: annotation
|
||||
17
src/Wallabag/CoreBundle/Resources/config/services.xml
Normal file
17
src/Wallabag/CoreBundle/Resources/config/services.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" ?>
|
||||
|
||||
<container xmlns="http://symfony.com/schema/dic/services"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
||||
|
||||
<services>
|
||||
<service id="wallabag_core.twig.wallabag" class="Wallabag\CoreBundle\Twig\Extension\WallabagExtension">
|
||||
<tag name="twig.extension" />
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
||||
|
||||
</container>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user