Files
money/ws/setup/composer.php

7 lines
103 B
PHP
Raw Normal View History

2021-03-30 16:40:02 -03:00
<?php
include_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'vendor',
'autoload.php'
]);