Skip to content

Commit bd753dd

Browse files
committed
Remove workshop title (repeated in art)
1 parent fc535f9 commit bd753dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
use PhpSchool\PHP8Appreciate\Exercise\StringifyToDemystify;
3535
use PhpSchool\PhpWorkshop\Application;
3636

37-
$app = new Application('PHP8 Appreciate', __DIR__ . '/config.php');
37+
$app = new Application('', __DIR__ . '/config.php');
3838

3939
$app->addExercise(AMatchMadeInHeaven::class);
4040
$app->addExercise(HaveTheLastSay::class);

0 commit comments

Comments
 (0)