Files
KI/bootstrap/composer.php

7 lines
103 B
PHP
Raw Normal View History

2020-04-30 08:26:51 -04:00
<?php
require_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'vendor',
'autoload.php'
]);