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