Files
raby/bootstrap/composer.php

7 lines
103 B
PHP
Raw Normal View History

2020-02-27 19:09:54 -03:00
<?php
require_once implode(DIRECTORY_SEPARATOR, [
dirname(__DIR__),
'vendor',
'autoload.php'
]);