Skip to content

Commit

Permalink
Fix global helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive authored Aug 15, 2016
1 parent d167ba2 commit 361d4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @return mixed
*/
function express_checkout()
function authy()
{
return app('authy');
}
Expand Down

0 comments on commit 361d4fd

Please sign in to comment.