Skip to content

Commit 78d6886

Browse files
committed
Fix bug
1 parent e7248a0 commit 78d6886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ The above example will restrict access to the table 'license_keys' for all opera
631631

632632
The above example will restrict access to the 'password' field of the 'users' table for all operations.
633633

634-
'authorization.recordHandler' => function ($operation, $tableName, $columnName) {
634+
'authorization.recordHandler' => function ($operation, $tableName) {
635635
return ($tableName == 'users') ? 'filter=username,neq,admin' : '';
636636
},
637637

0 commit comments

Comments
 (0)