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