From 2bab83e27ae1e17f2dbbcb18eef783437f61fad2 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Fri, 10 Nov 2023 08:43:42 +1100 Subject: [PATCH] Update team --- routes/web.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/routes/web.php b/routes/web.php index f243fba4..d950fba1 100644 --- a/routes/web.php +++ b/routes/web.php @@ -129,6 +129,11 @@ 'github_username' => 'joedixon', 'twitter_username' => '_joedixon', 'location' => 'United Kingdom', + ], [ + 'name' => 'Christoph Rumpel', + 'github_username' => 'christophrumpel', + 'twitter_username' => 'christophrumpel', + 'location' => 'Austria', ], ] ]);