@@ -47,7 +47,7 @@ class ChatConversation extends Model
|
||||
return $this->user->name;
|
||||
}
|
||||
|
||||
return 'Гость #' . $this->id;
|
||||
return __('Гость #:number', ['number' => $this->id]);
|
||||
}
|
||||
|
||||
public function isClosed(): bool
|
||||
|
||||
Reference in New Issue
Block a user