Skip to content

Commit

Permalink
Add Tim to the members seeder.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Mar 1, 2024
1 parent 7d213c0 commit ddba6af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions database/seeders/MembersSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ class MembersSeeder extends Seeder
'birthday' => '1991-03-15',
],

'tim@spatie.be' => [
'first_name' => 'Tim',
'last_name' => 'Van Dijck',
'preferred_name' => null,
'role' => 'Full stack developer',
'description' => 'Tim is the George Harrison of the team: quietly making essential contributions to all our major projects.',
'twitter' => 'timvandijck',
'website' => 'https://timvandijck.be',
'birthday' => '1989-10-14',
],

];

public function run(): void
Expand Down

0 comments on commit ddba6af

Please sign in to comment.