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

Commit25fe737

Browse files
committed
Merge branch '2.7' into 2.8
2 parents6a01917 +713541a commit25fe737

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎cookbook/security/voters.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,8 @@ from the authorization checker is called.
224224
// get a Post instance
225225
$post = ...;
226226
227-
<<<<<<< HEAD
228-
$this->denyAccessUnlessGranted('view', $post, 'Unauthorized access!');
229-
=======
230227
// keep in mind that this will call all registered security voters
231-
if (false === $this->get('security.context')->isGranted('view', $post)) {
232-
throw new AccessDeniedException('Unauthorized access!');
233-
}
234-
>>>>>>> 2.3
228+
$this->denyAccessUnlessGranted('view', $post, 'Unauthorized access!');
235229
236230
return new Response('<h1>'.$post->getName().'</h1>');
237231
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp