Files
swiftadmin/vendor/topthink/think-orm/stubs/load_stubs.php

10 lines
164 B
PHP
Raw Normal View History

2022-08-19 19:48:37 +08:00
<?php
if (!\class_exists('think\Exception')) {
2023-04-25 20:11:49 +08:00
require __DIR__.'/Exception.php';
2022-08-19 19:48:37 +08:00
}
if (!\class_exists('think\Facade')) {
2023-04-25 20:11:49 +08:00
require __DIR__.'/Facade.php';
}