Skip to content

Commit 82f8d39

Browse files
committed
feat(legacy-create-video): [golden-master] 🟢 make test pass
1 parent deeded5 commit 82f8d39

File tree

1 file changed

+1
-0
lines changed
  • exercises/legacy_create_video/solutions/codely_php-symfony_golden-master/src/AppBundle/Application

1 file changed

+1
-0
lines changed

exercises/legacy_create_video/solutions/codely_php-symfony_golden-master/src/AppBundle/Application/VideoCreator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ private function sanitizeTitle(string $title): string
3131
"hexagonal" => "Hexagonal",
3232
"solid" => "SOLID",
3333
"tdd" => "TDD",
34+
"frontend" => "Front-end",
3435
];
3536

3637
foreach ($replacements as $search => $replace) {

0 commit comments

Comments
 (0)