Files
oficial/app/setup/composer.php

7 lines
113 B
PHP
Raw Normal View History

<?php
require_once implode(DIRECTORY_SEPARATOR, [
dirname(__FILE__, 2),
'vendor',
'autoload.php'
]);