Projects
/
nettsiden-old
Archived
8
0
Fork 0

Stop including BrettspillActivity (#41)

Temporary until april 23
This commit is contained in:
Felix Albrigtsen 2023-04-17 01:21:15 +02:00 committed by GitHub
parent a4a6553329
commit e364a5fee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $agenda = new \pvv\side\Agenda([
// new \pvv\side\social\NerdepitsaActivity,
// new \pvv\side\social\AnimekveldActivity,
new \pvv\side\social\HackekveldActivity,
new \pvv\side\social\BrettspillActivity,
// new \pvv\side\social\BrettspillActivity,
new \pvv\side\social\DriftkveldActivity,
new \pvv\side\DBActivity($pdo),
]);