mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +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';
|