Skip to content

Commit 7589cef

Browse files
authored
Update my-workshop
1 parent e8845ae commit 7589cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/my-workshop

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
#!/usr/bin/env php
12
<?php
23

34
$app = require_once __DIR__ . '/../app/bootstrap.php';
4-
exit($app->run());
5+
exit($app->run());

0 commit comments

Comments
 (0)