Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianomendesdev committed Oct 11, 2024
2 parents 09b8193 + d46bb7f commit 0454be4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/laravel-json-response.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ composer require fabianomendesdev/laravel-json-response
```

```php
use Fabianomendesdev\Api;
use Fabianomendesdev\LaravelJsonResponse\Api;
```

```php
Expand Down Expand Up @@ -66,4 +66,4 @@ public function register(): void
return Api::exception($exception);
});
}
```
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Fabianomendesdev\\Api\\": "src/"
"Fabianomendesdev\\LaravelJsonResponse\\": "src/"
}
},
"authors": [
Expand Down

0 comments on commit 0454be4

Please sign in to comment.