aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-04 22:51:21 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-04 22:51:21 +0200
commit4ab58dcf6c833170c307de120698740fe0685efb (patch)
treee93da7bccfac43381be652d29e2e7f9dc43f1267 /src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
parent9e07dc982c92eb35ab82dffaab9c4a0b54ad7364 (diff)
downloadwallabag-4ab58dcf6c833170c307de120698740fe0685efb.tar.gz
wallabag-4ab58dcf6c833170c307de120698740fe0685efb.tar.zst
wallabag-4ab58dcf6c833170c307de120698740fe0685efb.zip
set material to default theme \o/
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
index 900e151d..3bb5c5f2 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php
@@ -15,7 +15,7 @@ class LoadConfigData extends AbstractFixture implements OrderedFixtureInterface
15 public function load(ObjectManager $manager) 15 public function load(ObjectManager $manager)
16 { 16 {
17 $adminConfig = new Config($this->getReference('admin-user')); 17 $adminConfig = new Config($this->getReference('admin-user'));
18 $adminConfig->setTheme('baggy'); 18 $adminConfig->setTheme('material');
19 $adminConfig->setItemsPerPage(30); 19 $adminConfig->setItemsPerPage(30);
20 $adminConfig->setLanguage('en_US'); 20 $adminConfig->setLanguage('en_US');
21 21