Files
totalsport/bootstrap/composer.php

7 lines
103 B
PHP
Raw Normal View History

2020-04-10 02:21:25 -04:00
<?php
require_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'vendor',
'autoload.php'
]);