Skip to content

Commit

Permalink
Merge pull request #129 from gregorybesson/develop
Browse files Browse the repository at this point in the history
fix fb redirect to game
  • Loading branch information
gregorybesson authored Sep 29, 2018
2 parents 139038a + 933ad6e commit 4a84340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
'options' => array(
'route' => '/authenticate',
'defaults' => array(
'controller' => 'zfcuser',
'controller' => \PlaygroundUser\Controller\Frontend\UserController::class,
'action' => 'authenticate',
),
),
Expand Down

0 comments on commit 4a84340

Please sign in to comment.