Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Nov 17, 2015
1 parent 73d32b8 commit 9691ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitExpert/Adroit/Router/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface Router
*
* @var string
*/
const ACTIONTOKEN_ATTR = 'bF.actionToken';
const ACTIONTOKEN_ATTR = 'Adroit.actionToken';

/**
* Sets the default action token. It is used to retrieve an action, if
Expand Down

0 comments on commit 9691ba3

Please sign in to comment.