Files
workavia-drive/twake/backend/core/bin/console
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

9 lines
122 B
PHP
Executable File

#!/usr/bin/env php
<?php
require_once __DIR__.'/../vendor/autoload.php';
use App\App;
$app = new App();
$app->runCli();