6 lines
116 B
PHP
6 lines
116 B
PHP
<?php
|
|
include_once implode(DIRECTORY_SEPARATOR, [
|
|
$app->getContainer()->get('locations')->routes,
|
|
'web.php'
|
|
]);
|