update
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user