Skip to content

Commit

Permalink
Add a path to the default internal URI (#459) (#460)
Browse files Browse the repository at this point in the history
Fixes #458.
  • Loading branch information
erayd authored and bighappyface committed Oct 21, 2017
1 parent 0d4fda8 commit d283e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonSchema/SchemaStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class SchemaStorage implements SchemaStorageInterface
{
const INTERNAL_PROVIDED_SCHEMA_URI = 'internal://provided-schema';
const INTERNAL_PROVIDED_SCHEMA_URI = 'internal://provided-schema/';

protected $uriRetriever;
protected $uriResolver;
Expand Down

0 comments on commit d283e11

Please sign in to comment.