Files
hztha.hkpgsow.cn/vendor/topthink/think-dumper/tests/bootstrap.php
gaofeng 0b165153c6 提交
2026-05-13 10:44:29 +08:00

14 lines
198 B
PHP

<?php
$app = new \think\App();
$app->config->set([
'default' => 'file',
'stores' => [
'file' => [
'type' => 'File',
],
],
], 'cache');
$app->initialize();