Browse Source

updated .gitignore & app/Libraries/Aauth

v3-dev
REJack 6 years ago
parent
commit
83a8d9424c
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 1
      .gitignore
  2. 4
      app/Libraries/Aauth.php

1
.gitignore vendored

@ -29,6 +29,7 @@
/app/Views/errors/
/app/Views/welcome_message.php
.env
composer.lock
spark

4
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);

Loading…
Cancel
Save