Skip to content

Commit d283e11

Browse files
eraydbighappyface
authored andcommitted
Add a path to the default internal URI (#459) (#460)
Fixes #458.
1 parent 0d4fda8 commit d283e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/SchemaStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SchemaStorage implements SchemaStorageInterface
1212
{
13-
const INTERNAL_PROVIDED_SCHEMA_URI = 'internal://provided-schema';
13+
const INTERNAL_PROVIDED_SCHEMA_URI = 'internal://provided-schema/';
1414

1515
protected $uriRetriever;
1616
protected $uriResolver;

0 commit comments

Comments
 (0)