diff --git a/composer.json b/composer.json index 28e7546..b30f19f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "danilowa/laravel-api-auth", - "version": "1.0.1", + "version": "1.0.2", "description": "A simple and configurable Laravel package for easy API authentication with standardized responses.", "type": "library", "license": "MIT", diff --git a/Traits/HttpResponseException.php b/src/Traits/HttpResponseException.php similarity index 100% rename from Traits/HttpResponseException.php rename to src/Traits/HttpResponseException.php