hyperf/bootstrap.php

3 lines
110 B
PHP
Raw Normal View History

2019-01-13 03:06:53 +08:00
<?php
! defined('BASE_PATH') && define('BASE_PATH', __DIR__);
require_once BASE_PATH . '/vendor/autoload.php';