From 9fd81422f65310d76a9384b2026ebdabd512723c Mon Sep 17 00:00:00 2001 From: kiswa Date: Mon, 23 May 2016 12:49:55 +0000 Subject: [PATCH] Fix stupid typo --- src/api/controllers/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/controllers/Auth.php b/src/api/controllers/Auth.php index b04ca0c..20cc182 100644 --- a/src/api/controllers/Auth.php +++ b/src/api/controllers/Auth.php @@ -1,6 +1,6 @@ getJwtKey(), array('HS256')); } catch (Exception $ex) { }