1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 04:34:03 +00:00

Improve comment

This commit is contained in:
lukinovec 2025-05-29 13:15:35 +02:00
parent a1e8324fb5
commit bfe62611e0

View file

@ -212,7 +212,7 @@ class TableRLSManager implements RLSPolicyManager
* Retrieve table's comment-based constraints. These are columns with comments
* formatted like "rls <foreign_table>.<foreign_column>".
*
* Returns the constraints as unformatted foreign key arrays, ready to be passed to $this->formatForeignKey().
* Returns the constraints as unformatted foreign key arrays, ready to be formatted by formatForeignKey().
*/
protected function getCommentConstraints(string $tableName): array
{