Skip to content

Commit 795c322

Browse files
committed
wip
1 parent 3b8b261 commit 795c322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doliveira/laravel-api-response-builder",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Laravel package designed to simplify the creation of structured and formatted API responses (JSON, XML) with custom status codes, messages, and data. XML support is currently under construction.",
55
"type": "library",
66
"license": "MIT",

src/providers/ResponseBuilderServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function boot()
1616
{
1717
if ($this->app->runningInConsole()) {
1818
$this->publishes([
19-
__DIR__.'/../config/config.php' => config_path('responseBuilder.php'),
19+
__DIR__.'/../config/config.php' => config_path('responsebuilder.php'),
2020
], 'config');
2121
}
2222

0 commit comments

Comments
 (0)