Files
base_web/setup/router.php

6 lines
128 B
PHP
Raw Permalink Normal View History

2020-12-15 17:45:11 -03:00
<?php
include_once implode(DIRECTORY_SEPARATOR, [
$app->getContainer()->get('folders')->routes,
$__environment . '.php'
]);