From a0bff94de3b940451417fe6f8b0e5b2fcb4a836e Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 28 Apr 2016 20:57:07 -0700 Subject: [PATCH] Moved selectedPermissionsArray --- app/Models/Group.php | 51 +------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/app/Models/Group.php b/app/Models/Group.php index 20b31740b1..7f5597c626 100755 --- a/app/Models/Group.php +++ b/app/Models/Group.php @@ -39,54 +39,5 @@ class Group extends Model } - /** - * Walks through the permissions in the permissions config file and determines if - * permissions are granted based on a $selected_arr array. - * - * The $permissions array is a multidimensional array broke down by section. - * (Licenses, Assets, etc) - * - * The $selected_arr should be a flattened array that contains just the - * corresponding permission name and a true or false boolean to determine - * if that group has been granted that permission. - * - * @todo Move this into a helper? Since the same logic is used for users. - * @author [A. Gianotto] [