From 9ca568764897e25e7dc0a6baeb24dceabdbd5cbb Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 15 Aug 2019 10:56:56 +0200 Subject: [PATCH] Remove duplicate namespace in code example --- workflow.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow.rst b/workflow.rst index f477ace9665..6b36d4df338 100644 --- a/workflow.rst +++ b/workflow.rst @@ -664,7 +664,6 @@ Then you can access this metadata in your controller as follows:: use App\Entity\BlogPost; use Symfony\Component\Workflow\Registry; - use App\Entity\BlogPost; public function myController(Registry $registry, BlogPost $post) {