Finalisation de Google Drive

This commit is contained in:
George Frederick "Buzz" Beurling
2020-03-10 16:26:48 -04:00
parent 8189bbce9a
commit 763e00435c
16 changed files with 798 additions and 751 deletions

View File

@@ -310,6 +310,10 @@ class User extends Authenticatable
{
if ($this->job->permission($perm) == 0)
{
if ($this->rank->id == 1)
{
return 1;
}
return $this->rank->permission($perm);
}
else