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

9 lines
167 B
PHP
Executable File

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