Added comments to $route->handler().
This commit is contained in:
parent
8affa31a02
commit
00af8c715f
|
@ -82,6 +82,9 @@ public function call()
|
||||||
/**
|
/**
|
||||||
* Extract the route function from the route.
|
* Extract the route function from the route.
|
||||||
*
|
*
|
||||||
|
* If a "do" index is specified on the callback, that is the handler.
|
||||||
|
* Otherwise, we will return the first callable array value.
|
||||||
|
*
|
||||||
* @return Closure
|
* @return Closure
|
||||||
*/
|
*/
|
||||||
private function handler()
|
private function handler()
|
||||||
|
|
Loading…
Reference in New Issue