Skip to content

Commit

Permalink
Fixed bad namespace in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Jun 26, 2017
1 parent bc09944 commit 8a8124b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $loader = new \UserFrosting\Support\Repository\Loader\YamlFileLoader('schema/for
To use it, it must be read and loaded into a `RequestSchemaRepository` object:

```
$schema = new \UserFrosting\RequestSchema\RequestSchemaRepository($loader->load());
$schema = new \UserFrosting\Fortress\RequestSchema\RequestSchemaRepository($loader->load());
```

You can add additional validation rules to a schema at runtime, if you wish:
Expand Down

0 comments on commit 8a8124b

Please sign in to comment.