Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
22
pro_v3.5.1/.phpstorm.meta.php
Normal file
22
pro_v3.5.1/.phpstorm.meta.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace PHPSTORM_META {
|
||||
|
||||
use think\Container;
|
||||
use function \app;
|
||||
|
||||
override(
|
||||
\app(),
|
||||
map([
|
||||
'json' => \crmeb\utils\Json::class
|
||||
])
|
||||
);
|
||||
|
||||
override(
|
||||
\think\Container::make(),
|
||||
map([
|
||||
'' => '@'
|
||||
])
|
||||
);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user