mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
9 lines
167 B
PHP
9 lines
167 B
PHP
<?php
|
|
|
|
if (!\class_exists('think\Exception')) {
|
|
require __DIR__ . '/Exception.php';
|
|
}
|
|
|
|
if (!\class_exists('think\Facade')) {
|
|
require __DIR__ . '/Facade.php';
|
|
} |