Changed shebang to be more generic, a KeyHelp environment needs an explicit call with keyhelp-php81

This commit is contained in:
tracer 2022-08-30 14:18:36 +02:00
parent e3a9fb1454
commit 9f31cf0304
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env php
<?php
use App\UpdateController;
require __DIR__ . '/vendor/autoload.php';