Make the seeded data all be operational

This commit is contained in:
James Brooks
2015-06-10 13:34:43 +01:00
parent 48c40952f2
commit d9e515c62d
+1 -1
View File
@@ -26,7 +26,7 @@ class ComponentTableSeeder extends Seeder
[ [
'name' => 'API', 'name' => 'API',
'description' => 'Used by third-parties to connect to us', 'description' => 'Used by third-parties to connect to us',
'status' => 2, 'status' => 1,
'user_id' => 1, 'user_id' => 1,
'order' => 0, 'order' => 0,
'group_id' => 0, 'group_id' => 0,