Skip to content

Commit

Permalink
change default to DashedRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 3, 2015
1 parent 4bb11d6 commit 384fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/comparisons/Plugin/Company/Example/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
use Cake\Routing\Router;

Router::plugin('Company/Example', function ($routes) {
$routes->fallbacks('InflectedRoute');
$routes->fallbacks('DashedRoute');
});

0 comments on commit 384fbef

Please sign in to comment.