From 7249b29bf6d3da8d7947f31d702ceaf7620bc03f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 18 Jul 2016 23:28:30 +0300 Subject: [PATCH] Change settings navigation order --- app/Models/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Account.php b/app/Models/Account.php index 4472b98ad51f..22dbeeb35cf5 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -95,8 +95,8 @@ class Account extends Eloquent ACCOUNT_CLIENT_PORTAL, ACCOUNT_CHARTS_AND_REPORTS, ACCOUNT_DATA_VISUALIZATIONS, - ACCOUNT_USER_MANAGEMENT, ACCOUNT_API_TOKENS, + ACCOUNT_USER_MANAGEMENT, ]; /**