delete kafka

This commit is contained in:
2021-08-26 15:03:46 +08:00
parent 8bf0941f2b
commit 374c41002b
4 changed files with 0 additions and 74 deletions
-34
View File
@@ -1,34 +0,0 @@
# Created by .ignore support plugin (hsz.mobi)
### Yii template
assets/*
!assets/.gitignore
protected/runtime/*
!protected/runtime/.gitignore
protected/data/*.db
themes/classic/views/
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen
composer.lock
*.log
commands/result
config/setting.php
tests/
vendor/
runtime/
*.xml
*.lock
oot
d
composer.lock
-17
View File
@@ -1,17 +0,0 @@
<?php
namespace PHPSTORM_META {
// Reflect
use Http\Context\Context;
use Kiri\Di\Container;
override(Container::get(0), map('@'));
override(Container::newObject(0), map('@'));
// override(\Hyperf\Utils\Context::get(0), map('@'));
// override(\make(0), map('@'));
override(\di(0), map('@'));
override(\duplicate(0), map('@'));
override(Context::getContext(0), map('@'));
}
View File
-23
View File
@@ -1,23 +0,0 @@
{
"name": "game-worker/kiri-crontab",
"description": "db",
"authors": [
{
"name": "XiangLin",
"email": "as2252258@163.com"
}
],
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
"psr/event-dispatcher": "^1.0"
},
"autoload": {
"psr-4": {
"Kiri\\Crontab\\": "src/"
}
},
"require-dev": {
}
}