Seed with Patreon page component

This commit is contained in:
James Brooks
2016-06-01 11:49:50 +01:00
parent 1e4d616b88
commit e201a6ed06

View File

@@ -163,7 +163,14 @@ class DemoSeederCommand extends Command
'order' => 1,
'group_id' => 2,
'link' => 'https://styleci.io',
],
], [
'name' => 'Patreon Page',
'description' => 'Support future development of Cachet.',
'status' => 1,
'order' => 0,
'group_id' => 0,
'link' => 'https://patreon.com/jbrooksuk',
]
];
Component::truncate();