diff --git a/app/Controller/IndexController.php b/app/Controller/IndexController.php index 0e75e8f..b87d705 100644 --- a/app/Controller/IndexController.php +++ b/app/Controller/IndexController.php @@ -12,9 +12,6 @@ namespace App\Controller; -use App\Model\SysUser; -use App\Service\Instance\JwtInstance; - class IndexController extends AbstractController { public function index() diff --git a/composer.json b/composer.json index df6a5b1..7f72095 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,9 @@ "psr-4": { "App\\": "app/" }, - "files": [] + "files": [ + "app/Kernel/Functions.php" + ] }, "autoload-dev": { "psr-4": {