<?php
namespace PHPSTORM_META {
use think\Container;
use function \app;
override(
\app(),
map([
'json' => \crmeb\services\ApiResponseService::class
])
);
\think\Container::make(),
''=>'@'
}