mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
Improve comment
This commit is contained in:
parent
a1e8324fb5
commit
bfe62611e0
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class TableRLSManager implements RLSPolicyManager
|
||||||
* Retrieve table's comment-based constraints. These are columns with comments
|
* Retrieve table's comment-based constraints. These are columns with comments
|
||||||
* formatted like "rls <foreign_table>.<foreign_column>".
|
* 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
|
protected function getCommentConstraints(string $tableName): array
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue