初始化仓库
This commit is contained in:
9
vendor/topthink/think-orm/stubs/load_stubs.php
vendored
Normal file
9
vendor/topthink/think-orm/stubs/load_stubs.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if (!\class_exists('think\Exception')) {
|
||||
require __DIR__.'/Exception.php';
|
||||
}
|
||||
|
||||
if (!\class_exists('think\Facade')) {
|
||||
require __DIR__.'/Facade.php';
|
||||
}
|
||||
Reference in New Issue
Block a user