Skip to content

Commit 59ff6f8

Browse files
committed
bug #12168 Remove duplicate namespace in code example (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Remove duplicate namespace in code example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9ca5687 Remove duplicate namespace in code example
2 parents adc646e + 9ca5687 commit 59ff6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workflow.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ Then you can access this metadata in your controller as follows::
664664

665665
use App\Entity\BlogPost;
666666
use Symfony\Component\Workflow\Registry;
667-
use App\Entity\BlogPost;
668667

669668
public function myController(Registry $registry, BlogPost $post)
670669
{

0 commit comments

Comments
 (0)