hyperf/bootstrap.php
2019-01-13 03:06:53 +08:00

3 lines
110 B
PHP

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