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 5e1c5e2 commit d08c72dCopy full SHA for d08c72d
config/scalar.php
@@ -24,7 +24,7 @@
24
| affect the paths of its internal API that aren't exposed to users.
25
|
26
*/
27
- 'path' => '/reference',
+ 'path' => '/scalar',
28
29
/*
30
|--------------------------------------------------------------------------
tests/ScalarTest.php
@@ -41,7 +41,7 @@
41
// Modify config
42
config()->set('scalar.cdn', 'https://example.com/cdn');
43
44
- $response = $this->get('/reference');
+ $response = $this->get('/scalar');
45
46
$response->assertOk()
47
->assertSee('https://example.com/cdn')
0 commit comments