mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-08 05:58:10 +00:00
10 lines
164 B
PHP
10 lines
164 B
PHP
<?php
|
|
|
|
if (!\class_exists('think\Exception')) {
|
|
require __DIR__.'/Exception.php';
|
|
}
|
|
|
|
if (!\class_exists('think\Facade')) {
|
|
require __DIR__.'/Facade.php';
|
|
}
|