From c3510620ad0718d2ab1f856e3a838360a5ade314 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=A9vin=20Gomez?= <contact@kevingomez.fr>
Date: Sun, 11 Oct 2015 16:54:21 +0200
Subject: PoC of rule-based tagging

---
 app/AppKernel.php | 1 +
 1 file changed, 1 insertion(+)

(limited to 'app/AppKernel.php')

diff --git a/app/AppKernel.php b/app/AppKernel.php
index 2475fe16..1eacb348 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -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'))) {
-- 
cgit v1.2.3