Description can't be null 😆

This commit is contained in:
James Brooks
2017-02-03 21:32:49 +00:00
parent ff077d484b
commit 5e51a54d6a

View File

@@ -171,7 +171,7 @@ class DemoSeederCommand extends Command
'link' => 'https://styleci.io',
], [
'name' => 'GitHub',
'description' => null,
'description' => '',
'status' => 1,
'order' => 0,
'group_id' => 0,