Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 27, 2021
1 parent cf5e12d commit 7db7b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Controller/Admin/BlogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
* Please note that the application backend is developed manually for learning
* purposes. However, in your real Symfony application you should use any of the
* existing bundles that let you generate ready-to-use backends without effort.
*
* See https://symfony.com/bundles/EasyAdminBundle/current/index.html
* See https://symfony.com/bundles
*
* @author Ryan Weaver <[email protected]>
* @author Javier Eguiluz <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions src/Controller/BlogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public function postShow(Post $post): Response
// See https://symfony.com/doc/current/profiler.html
// See https://symfony.com/doc/current/templates.html#the-dump-twig-utilities
//
// You can also leverage Symfony's 'dd()' function that dump and
// stop the execution
// You can also leverage Symfony's 'dd()' function that dumps and
// stops the execution

return $this->render('blog/post_show.html.twig', ['post' => $post]);
}
Expand Down

0 comments on commit 7db7b41

Please sign in to comment.