mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 04:08:01 +08:00
3 lines
110 B
PHP
3 lines
110 B
PHP
<?php
|
|
! defined('BASE_PATH') && define('BASE_PATH', __DIR__);
|
|
require_once BASE_PATH . '/vendor/autoload.php'; |