Commit Graph
2 Commits
Author SHA1 Message Date
Ben Corlett 9f138aa979 Allowing use of third party Routers to handle Routing.
A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class.

Signed-off-by: Ben Corlett <[email protected]>
2012-11-01 08:20:30 +11:00
Ben Corlett 41e8384d7b Allowing use of third party Routers to handle Routing.
A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class.

Signed-off-by: Ben Corlett <[email protected]>
2012-11-01 08:18:08 +11:00