Files
totalsport/public/index.php
2020-04-10 02:21:25 -04:00

10 lines
139 B
PHP

<?php
$__environment = 'web';
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'bootstrap',
'app.php'
]);
$app->run();