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