Skip to content

Commit

Permalink
style: remove root namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Mar 4, 2024
1 parent 3d1428e commit 6d6f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use ApiPlatform\Playground\Kernel;

if (!($guide = $_SERVER['APP_GUIDE'] ?? $_ENV['APP_GUIDE'] ?? null)) {
throw new \RuntimeException('No guide.');
throw new RuntimeException('No guide.');
}

$app = function (array $context) use ($guide) {
Expand Down

0 comments on commit 6d6f856

Please sign in to comment.