alliance moons spreadsheet conversion to services

This commit is contained in:
2020-01-31 00:07:31 -06:00
parent 2e396f4ec7
commit a52d0453bb
11 changed files with 161 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ class User extends Authenticatable
}
public function getUserType() {
return User::where('user_type')->get();
return $this->user_type;
}
public function getRole() {