Make the seeded data all be operational
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user