Skip to content

Commit

Permalink
Merge pull request #234 from skaut/oprava-testovani-role
Browse files Browse the repository at this point in the history
oprava ukonceni testovani role
  • Loading branch information
Jan Staněk authored Mar 10, 2017
2 parents 6d6ea79 + 175cf05 commit e3ad66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/router/RouterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function createRouter()
$router[] = new Route('logout/', 'Auth:logout');

try {
$router[] = new Route('[page/<slug>/]', [
$router[] = new Route('[page/<slug>/<action>]', [
'module' => 'Web',
'presenter' => 'Page',
'page' => [
Expand Down

0 comments on commit e3ad66c

Please sign in to comment.