Changed shebang to be more generic, a KeyHelp environment needs an explicit call with keyhelp-php81
This commit is contained in:
parent
9f31cf0304
commit
04ae283e13
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
|
||||
use App\UpdateController;
|
||||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
|
Loading…
Reference in New Issue