1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00

Add migration

This commit is contained in:
Nicolas Lœuillet 2016-04-10 21:48:11 +02:00
parent f3d0cb9106
commit d0545b6bd6
6 changed files with 42 additions and 4 deletions

View file

@ -15,6 +15,11 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
public function load(ObjectManager $manager)
{
$settings = [
[
'name' => 'share_public',
'value' => '1',
'section' => 'entry',
],
[
'name' => 'carrot',
'value' => '1',