Merge pull request #1591 from eddiemonge/patch-1
Update laravel/documentation/requests.md
This commit is contained in:
@@ -35,7 +35,7 @@ Sometimes you may need to determine if the current URI is a given string, or beg
|
|||||||
|
|
||||||
#### Determine if the current URI begins with "docs/":
|
#### Determine if the current URI begins with "docs/":
|
||||||
|
|
||||||
if URI::is('docs/*'))
|
if (URI::is('docs/*'))
|
||||||
{
|
{
|
||||||
// The current URI begins with "docs/"!
|
// The current URI begins with "docs/"!
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user