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