1
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
ssww23
2026-03-17 01:59:00 +03:00
parent 93a655235a
commit 0ee9f05416
48 changed files with 1193 additions and 413 deletions

View File

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