Skip to content

Commit

Permalink
Merge pull request #9606 from TekkCraft/patch-1
Browse files Browse the repository at this point in the history
Add connectOptions to doc block
  • Loading branch information
dereuromark committed Oct 12, 2016
2 parents 8e64dcd + 3763b5f commit 9463399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routing/RouteBuilder.php
Expand Up @@ -302,6 +302,7 @@ public function namePrefix($value = null)
* make sure that your mapped methods are also in the 'only' list.
* - 'prefix' - Define a routing prefix for the resource controller. If the current scope
* defines a prefix, this prefix will be appended to it.
* - 'connectOptions' – Custom options for connecting the routes.
*
* @param string $name A controller name to connect resource routes for.
* @param array|callable $options Options to use when generating REST routes, or a callback.
Expand Down

0 comments on commit 9463399

Please sign in to comment.