From b18101b8f5d6c03942034213f0789219baa8ea51 Mon Sep 17 00:00:00 2001 From: Menachem Korf Date: Mon, 29 Jun 2020 12:50:02 +1000 Subject: [PATCH] Update associations.rst --- doctrine/associations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/associations.rst b/doctrine/associations.rst index e940145bb2e..cf769166122 100644 --- a/doctrine/associations.rst +++ b/doctrine/associations.rst @@ -315,7 +315,7 @@ Saving Related Entities Now you can see this new code in action! Imagine you're inside a controller:: // src/Controller/ProductController.php - namespace App/Controller; + namespace App\Controller; // ... use App\Entity\Category;