Skip to content

Commit

Permalink
Change default value for butler.graphql.namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Sep 30, 2021
1 parent 03741d0 commit 4440ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
- Change default value for `butler.graphql.namespace`
- Refactor butler-health config.
- Refactor butler-audit config.
- Merge package and application "butler" config.
Expand Down
2 changes: 1 addition & 1 deletion config/butler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'include_debug_message' => env('BUTLER_GRAPHQL_INCLUDE_DEBUG_MESSAGE', false),
'include_trace' => env('BUTLER_GRAPHQL_INCLUDE_TRACE', false),

'namespace' => env('BUTLER_GRAPHQL_NAMESPACE', '\\App\\Http\\Graphql\\'),
'namespace' => env('BUTLER_GRAPHQL_NAMESPACE', 'App\\Http\\Graphql\\'),

'schema' => env('BUTLER_GRAPHQL_SCHEMA', app_path('Http/Graphql/schema.graphql')),

Expand Down

0 comments on commit 4440ff9

Please sign in to comment.