Code error in Route Options Example
There is a trailing comma in $routes->connect('/:lang/articles/:slug', ['controller' => 'Articles', 'action' => 'view'],) which would lead to an error. The comma is removed in this proposed change.
Loading
Please sign in to comment