1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

PoC of rule-based tagging

This commit is contained in:
Kévin Gomez 2015-10-11 16:54:21 +02:00
parent 0a0c600887
commit c3510620ad
6 changed files with 855 additions and 30 deletions

View file

@ -29,6 +29,7 @@ class AppKernel extends Kernel
new FOS\OAuthServerBundle\FOSOAuthServerBundle(),
new Wallabag\UserBundle\WallabagUserBundle(),
new Scheb\TwoFactorBundle\SchebTwoFactorBundle(),
new KPhoen\RulerZBundle\KPhoenRulerZBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {