From d90b3139a6868237b2df8fa6fa2ec54ff983ae0b Mon Sep 17 00:00:00 2001 From: Wilmerson Date: Tue, 22 Apr 2025 18:42:24 -0300 Subject: [PATCH] Namespace in file AdminMiddleware.php error the namespace in the AdminMiddleware.php file is `Webkul\RestApi\Middleware`, but the file is located at `vendor/krayin/rest-api/src/Http/Middleware/AdminMiddleware.php`. What was causing this warning in the screenshot in version 2.1 when running the command `composer require krayin/rest-api` --- src/Http/Middleware/AdminMiddleware.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Middleware/AdminMiddleware.php b/src/Http/Middleware/AdminMiddleware.php index c87f539..1c2c840 100755 --- a/src/Http/Middleware/AdminMiddleware.php +++ b/src/Http/Middleware/AdminMiddleware.php @@ -1,6 +1,6 @@