From 2c31bea602b46a4bf61a91c0e6ae070de688f819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 8 Jan 2022 18:49:07 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- src/EventDispatch.php => EventDispatch.php | 0 src/EventProvider.php => EventProvider.php | 0 src/Struct.php => Struct.php | 0 composer.json | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename src/EventDispatch.php => EventDispatch.php (100%) rename src/EventProvider.php => EventProvider.php (100%) rename src/Struct.php => Struct.php (100%) diff --git a/src/EventDispatch.php b/EventDispatch.php similarity index 100% rename from src/EventDispatch.php rename to EventDispatch.php diff --git a/src/EventProvider.php b/EventProvider.php similarity index 100% rename from src/EventProvider.php rename to EventProvider.php diff --git a/src/Struct.php b/Struct.php similarity index 100% rename from src/Struct.php rename to Struct.php diff --git a/composer.json b/composer.json index 4e59b07..144bc2f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "Kiri\\Events\\": "src/" + "Kiri\\Events\\": "./" } }, "require-dev": {