From 2128118aff9ccf8d23521a755b9fbdea14d5ca8f Mon Sep 17 00:00:00 2001 From: xieyucheng Date: Tue, 5 May 2020 14:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20PSR-4=20=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5ceb2a..e73dea7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "autoload": { "psr-4": { - "xihrni\\yii2-behavior-time\\": "src/" + "xihrni\\yii2\\behaviors\\": "src/" } } }