Files
zyt/server/vendor/topthink/think-orm/stubs/load_stubs.php
T
2026-03-01 14:17:59 +08:00

10 lines
164 B
PHP

<?php
if (!\class_exists('think\Exception')) {
require __DIR__.'/Exception.php';
}
if (!\class_exists('think\Facade')) {
require __DIR__.'/Facade.php';
}