add alias

This commit is contained in:
crazywhalecc
2022-08-21 20:15:55 +08:00
parent 8f761c31e3
commit ac69640253
8 changed files with 59 additions and 112 deletions

View File

@@ -56,7 +56,8 @@
},
"files": [
"src/Globals/global_functions.php",
"src/Globals/global_defines_app.php"
"src/Globals/global_defines_app.php",
"src/GLobals/global_class_alias.php"
]
},
"autoload-dev": {
@@ -102,6 +103,6 @@
],
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "php-cs-fixer fix",
"test": "bin/phpunit-swoole --no-coverage"
"test": "bin/phpunit-zm --no-coverage"
}
}