hyperf/bootstrap.php

5 lines
112 B
PHP
Raw Normal View History

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