zx/.phpstorm.meta.php

22 lines
312 B
PHP
Raw Normal View History

2024-07-02 15:32:59 +08:00
<?php
namespace PHPSTORM_META {
use think\Container;
use function \app;
override(
\app(),
map([
'json' => \crmeb\services\ApiResponseService::class
])
);
override(
\think\Container::make(),
map([
''=>'@'
])
);
}