We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016cb8d commit 9727991Copy full SHA for 9727991
tests/FilterTest.php
@@ -373,7 +373,7 @@ public function it_guards_against_invalid_filters()
373
/** @test */
374
public function it_does_not_throw_invalid_filter_exception_when_disable_in_config()
375
{
376
- config(['query_builder.disable_invalid_filter_query_exception' => true]);
+ config(['query-builder.disable_invalid_filter_query_exception' => true]);
377
378
$this
379
->createQueryFromFilterRequest(['name' => 'John'])
0 commit comments