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 20204e5 commit de3367eCopy full SHA for de3367e
bin/php8appreciate
@@ -1,4 +1,5 @@
1
+#!/usr/bin/env php
2
<?php
3
4
$app = require_once __DIR__ . '/../app/bootstrap.php';
-exit($app->run());
5
+exit($app->run());
0 commit comments