Files
money/bootstrap/composer.php

7 lines
109 B
PHP
Raw Normal View History

2023-06-16 00:53:21 +00:00
<?php
require_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'vendor',
'autoload.php'
]);