We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7248a0 commit 78d6886Copy full SHA for 78d6886
README.md
@@ -631,7 +631,7 @@ The above example will restrict access to the table 'license_keys' for all opera
631
632
The above example will restrict access to the 'password' field of the 'users' table for all operations.
633
634
- 'authorization.recordHandler' => function ($operation, $tableName, $columnName) {
+ 'authorization.recordHandler' => function ($operation, $tableName) {
635
return ($tableName == 'users') ? 'filter=username,neq,admin' : '';
636
},
637
0 commit comments