Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit914bd6a

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 parents38ed15d +8a0297f commit914bd6a

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)

[8]ページ先頭

©2009-2025 Movatter.jp