Files
ui/setup/composer.php

7 lines
107 B
PHP
Raw Normal View History

2021-12-25 23:17:47 -03:00
<?php
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__FILE__, 2),
'vendor',
'autoload.php'
]);