Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 13, 2019
1 parent e3bee40 commit a0ee5de
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 @@ -134,7 +134,7 @@ $schema = new \UserFrosting\Support\Repository\Repository($loader->load());

## Path Builders

The abstract `PathBuilder` class uses an instance of the Rocket Theme [`UniformResourceLocator`](https://github.com/rockettheme/toolbox/blob/develop/ResourceLocator/src/UniformResourceLocator.php) to build a customized list of paths that can be passed into a `Loader` class.
The abstract `PathBuilder` class uses an instance of the [`UniformResourceLocator`](https://github.com/userfrosting/uniformresourcelocator) to build a customized list of paths that can be passed into a `Loader` class.

For example, the `StreamPathBuilder` class takes a `UniformResourceLocator` and a [stream path](https://webmozart.io/blog/2013/06/19/the-power-of-uniform-resource-location-in-php/) that has been registered with the locator, and returns a list of matching paths when you call the `buildPaths` method:

Expand Down

0 comments on commit a0ee5de

Please sign in to comment.