Skip to content

Commit 3f6fe35

Browse files
committed
Add YouTube links for September and October 2025 meetups
1 parent cc4cfd2 commit 3f6fe35

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Meetup/Meetup20250911MonolithOrMicroservicesAndWhyYoureWrong.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ public function getSpeakerBio(): string
5858
and gaming.
5959
END;
6060
}
61+
62+
public function getYouTubeLink(): string
63+
{
64+
return 'https://www.youtube.com/watch?v=U1l6VIWHF34';
65+
}
6166
}

src/Meetup/Meetup20251009RollYourOwnGraphDrivenMcpServer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,9 @@ public function getSpeakerBio(): string
5050
his work life, he's an avid runner with a passion for craft beer.
5151
END;
5252
}
53+
54+
public function getYouTubeLink(): string
55+
{
56+
return 'https://www.youtube.com/watch?v=4ojZvNqAAnY';
57+
}
5358
}

0 commit comments

Comments
 (0)