hyperf/bootstrap.php
2019-04-10 16:08:36 +08:00

5 lines
112 B
PHP

<?php
! defined('BASE_PATH') && define('BASE_PATH', __DIR__);
require_once BASE_PATH . '/vendor/autoload.php';