diff --git a/composer.json b/composer.json index 9dcf858..bac6cd2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,9 @@ "topthink/think-trace":"^1.0" }, "autoload": { - "files": [], + "files": [ + "catchAdmin/helper.php" + ], "psr-4": { "app\\": "app", "catchAdmin\\": "catchAdmin",