mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-29 09:50:16 +00:00
10 lines
168 B
PHP
10 lines
168 B
PHP
<?php
|
|
|
|
if (!\class_exists('think\Exception')) {
|
|
require __DIR__ . '/Exception.php';
|
|
}
|
|
|
|
if (!\class_exists('think\Facade')) {
|
|
require __DIR__ . '/Facade.php';
|
|
}
|