Update seeder

This commit is contained in:
James Brooks 2017-02-03 21:28:29 +00:00
parent 9cd02bbb45
commit ff077d484b

View File

@ -170,12 +170,12 @@ class DemoSeederCommand extends Command
'group_id' => 2, 'group_id' => 2,
'link' => 'https://styleci.io', 'link' => 'https://styleci.io',
], [ ], [
'name' => 'Patreon Page', 'name' => 'GitHub',
'description' => 'Support future development of Cachet.', 'description' => null,
'status' => 1, 'status' => 1,
'order' => 0, 'order' => 0,
'group_id' => 0, 'group_id' => 0,
'link' => 'https://patreon.com/jbrooksuk', 'link' => 'https://github.com/CachetHQ/Cachet',
], ],
]; ];