Update doc comment for prefixTableName

Signed-off-by: S1m <31284753+p1gp1g@users.noreply.github.com>
This commit is contained in:
S1m 2025-02-11 17:44:39 +01:00 committed by GitHub
parent 90a1aea574
commit da090c7a7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1339,6 +1339,8 @@ class QueryBuilder implements IQueryBuilder {
/**
* Returns the table name with database prefix as needed by the implementation
*
* Was protected until version 30.
*
* @param string $table
* @return string
*/