Version nueva
This commit is contained in:
8
setup/router.php
Normal file
8
setup/router.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$filename = implode(DIRECTORY_SEPARATOR, [
|
||||
$app->getContainer()->get('folders')->routes,
|
||||
$__environment . '.php'
|
||||
]);
|
||||
if (file_exists($filename)) {
|
||||
include_once $filename;
|
||||
}
|
Reference in New Issue
Block a user