modify plugin name

This commit is contained in:
2022-02-23 16:32:08 +08:00
parent fa66eef192
commit 99c824c467
37 changed files with 317 additions and 937 deletions
-3
View File
@@ -11,7 +11,6 @@ namespace Kiri;
use Closure;
use Database\CreateConnectionPool;
use Database\DatabasesProviders;
use Exception;
use Kiri;
@@ -62,8 +61,6 @@ class Application extends BaseApplication
public function init()
{
$this->import(ServerProviders::class);
$this->register(Runtime::class);
}