Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8f02fe6

Browse files
committed
Indicate what $basePathHelper is and how it was retrieved
1 parent f32b411 commit 8f02fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/book/cookbook/using-a-base-path.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ return [
179179
Usage of the `BasePath` helper is as follows:
180180

181181
```php
182+
// where $basePathHelper is an instance of Blast\BaseUrl\BasePathHelper
183+
// as pulled from your container:
182184
echo $basePathHelper('/icons/favicon.ico');
183185

184186
// or, from zend-view's PhpRenderer:

0 commit comments

Comments
 (0)