We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3754bda commit 2aed3c1Copy full SHA for 2aed3c1
docs/public/index.php
@@ -19,7 +19,7 @@
19
use ApiPlatform\Playground\Kernel;
20
21
if (!($guide = $_SERVER['APP_GUIDE'] ?? $_ENV['APP_GUIDE'] ?? null)) {
22
- throw new \RuntimeException('No guide.');
+ throw new RuntimeException('No guide.');
23
}
24
25
$app = function (array $context) use ($guide) {
0 commit comments