and another one

This commit is contained in:
2018-10-15 21:49:12 -05:00
parent f73c09c71b
commit 3108744eb4
5 changed files with 32 additions and 46 deletions

View File

@@ -27,8 +27,4 @@ class User extends Authenticatable
protected $hidden = [
'password', 'remember_token',
];
public function getCharacterId() {
return $this->character_id;
}
}