official_website/vendor/topthink/think-orm/stubs/load_stubs.php

10 lines
168 B
PHP
Raw Normal View History

2024-11-29 14:05:52 +08:00
<?php
if (!\class_exists('think\Exception')) {
2024-12-02 13:57:08 +08:00
require __DIR__ . '/Exception.php';
2024-11-29 14:05:52 +08:00
}
if (!\class_exists('think\Facade')) {
2024-12-02 13:57:08 +08:00
require __DIR__ . '/Facade.php';
2024-11-29 14:05:52 +08:00
}