This commit is contained in:
2020-04-29 02:59:36 -05:00
parent aaefdb2a59
commit e92a1a5647

View File

@@ -147,7 +147,7 @@ class User extends Authenticatable
])->count(); ])->count();
} }
public function srpAccepted() { public function srpApproved() {
return SRPShip::where([ return SRPShip::where([
'character_id' => $this->character_id, 'character_id' => $this->character_id,
'approved' => 'Approved', 'approved' => 'Approved',