refactoring routing classes.

This commit is contained in:
Taylor Otwell
2011-09-13 22:12:27 -05:00
parent bae9553aac
commit 2fae372c59
3 changed files with 13 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ class Route {
}
/**
* Call the route closure.
* Call the closure defined for the route, or get the route delegator.
*
* @return mixed
*/