We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc535f9 commit bd753ddCopy full SHA for bd753dd
app/bootstrap.php
@@ -34,7 +34,7 @@
34
use PhpSchool\PHP8Appreciate\Exercise\StringifyToDemystify;
35
use PhpSchool\PhpWorkshop\Application;
36
37
-$app = new Application('PHP8 Appreciate', __DIR__ . '/config.php');
+$app = new Application('', __DIR__ . '/config.php');
38
39
$app->addExercise(AMatchMadeInHeaven::class);
40
$app->addExercise(HaveTheLastSay::class);
0 commit comments