Skip to content

Commit 914bd6a

Browse files
committed
minor #5523 Custom voter example, fix missing curly brace (snroki)
This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #5523). Discussion ---------- Custom voter example, fix missing curly brace | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 / 2.7 / 3.0 | Fixed tickets | Commits ------- 8a0297f Custom voter example, fix missing curly brace
2 parents 38ed15d + 8a0297f commit 914bd6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/security/voters_data_permission.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ edit a particular object. Here's an example implementation:
111111
}
112112
113113
break;
114-
114+
}
115+
115116
return false;
116117
}
117118
}

0 commit comments

Comments
 (0)