From 361d4fdbe34f9b13ef4c11e64cf97c81cad00bb9 Mon Sep 17 00:00:00 2001 From: Raza Mehdi Date: Mon, 15 Aug 2016 13:20:48 +0500 Subject: [PATCH] Fix global helper function --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 4a77293..0614206 100644 --- a/src/functions.php +++ b/src/functions.php @@ -7,7 +7,7 @@ * * @return mixed */ - function express_checkout() + function authy() { return app('authy'); }