mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-27 17:00:16 +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';
|
|
}
|