Update laravel/documentation/requests.md
Fixed typo. Missing opening paren
This commit is contained in:
parent
252990455e
commit
f997838f5f
|
@ -35,7 +35,7 @@ #### Determine if the URI is "home":
|
|||
|
||||
#### Determine if the current URI begins with "docs/":
|
||||
|
||||
if URI::is('docs/*'))
|
||||
if (URI::is('docs/*'))
|
||||
{
|
||||
// The current URI begins with "docs/"!
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue