summaryrefslogtreecommitdiff
path: root/app/common.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-27 21:11:11 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-27 21:11:11 -0500
commit88d84073aecbe8bdc5f10825b6d7ca6b81c5f7b1 (patch)
treee823c8e13e9ffba115c8e1f5a05a514cac5322df /app/common.php
parent0a14c8d5e5538e487dd6b012771f72aea6f4d5a6 (diff)
Add more subscribers
Diffstat (limited to 'app/common.php')
-rw-r--r--app/common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/common.php b/app/common.php
index 14d8f8ba..12132189 100644
--- a/app/common.php
+++ b/app/common.php
@@ -15,6 +15,3 @@ $container->register(new ServiceProvider\DatabaseProvider);
$container->register(new ServiceProvider\ModelProvider);
$container->register(new ServiceProvider\EventDispatcherProvider);
$container->register(new ServiceProvider\MailerProvider);
-
-$container['config']->setupTranslations();
-$container['config']->setupTimezone();