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 e8845ae commit 7589cefCopy full SHA for 7589cef
bin/my-workshop
@@ -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