diff --git a/.gitignore b/.gitignore index 61e9fe8..28eb944 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ /app/Views/errors/ /app/Views/welcome_message.php +.env composer.lock spark diff --git a/app/Libraries/Aauth.php b/app/Libraries/Aauth.php index 659e62c..cddea0b 100644 --- a/app/Libraries/Aauth.php +++ b/app/Libraries/Aauth.php @@ -1579,8 +1579,6 @@ class Aauth { $groupModel = new GroupModel(); - $groupModel->select('id, name, definition'); - if (! is_null($orderBy)) { $groupModel->orderBy($orderBy); @@ -2136,8 +2134,6 @@ class Aauth { $permModel = new PermModel(); - $permModel->select('id, name, definition'); - if (! is_null($orderBy)) { $permModel->orderBy($orderBy);