$collection public property
The name of the MongoDB collection, which stores translated messages. This collection is better to be pre-created with fields 'category' and 'language' indexed.
public string|array $collection = 'message'
$collection public property
The name of the MongoDB collection, which stores translated messages. This collection is better to be pre-created with fields 'category' and 'language' indexed.
public string|array $collection = 'message'
Please login to continue.