zx/.phpstorm.meta.php

22 lines
312 B
PHP

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