mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
16 lines
353 B
PHP
16 lines
353 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* This file is part of Hyperf.
|
|
*
|
|
* @link https://www.hyperf.io
|
|
* @document https://doc.hyperf.io
|
|
* @contact group@hyperf.io
|
|
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
|
|
*/
|
|
|
|
! defined('BASE_PATH') && define('BASE_PATH', __DIR__);
|
|
|
|
require_once BASE_PATH . '/vendor/autoload.php';
|