Files
oficial/aldarien/root/app/Helper/functions.php

5 lines
102 B
PHP
Raw Normal View History

2021-03-25 21:23:29 -03:00
<?php
function root(string $proyect_name = '') {
return \Proyect\Root\Root::root($proyect_name);
}
?>