Skip to content

Commit fd5b9fd

Browse files
author
Sebastian Fix
committed
wip
1 parent ced8552 commit fd5b9fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

database/seeders/Codebar/ContactsTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function run(): void
3939
['id' => 2],
4040
[
4141
'name' => 'Rhys Lees',
42-
'published' => true,
42+
'published' => false,
4343
'sections' => [
4444
ContactSectionEnum::EMPLOYEE_SERVICES => [
4545
'key' => ContactSectionEnum::EMPLOYEE_SERVICES,

database/seeders/Paperflakes/ContactsTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function run(): void
8989
['id' => 4],
9090
[
9191
'name' => 'Rhys Lees',
92-
'published' => true,
92+
'published' => false,
9393
'sections' => [
9494
ContactSectionEnum::EMPLOYEE_PRODUCTS => [
9595
'key' => ContactSectionEnum::EMPLOYEE_PRODUCTS,

0 commit comments

Comments
 (0)