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 9a8d43d commit 3eefa76Copy full SHA for 3eefa76
src/AppBundle/Controller/Admin/BlogController.php
@@ -88,7 +88,8 @@ public function newAction(Request $request)
88
$em->flush();
89
90
// Flash messages are used to notify the user about the result of the
91
- // actions. They only last as long as the next request.
+ // actions. They are deleted automatically from the session as soon
92
+ // as they are accessed.
93
// See http://symfony.com/doc/current/book/controller.html#flash-messages
94
$this->addFlash('success', 'post.created_successfully');
95
0 commit comments