Skip to content

Commit 65c4a78

Browse files
authored
Update associations.rst
1 parent 79f0465 commit 65c4a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Saving Related Entities
315315
Now you can see this new code in action! Imagine you're inside a controller::
316316

317317
// src/Controller/ProductController.php
318-
namespace App/Controller;
318+
namespace App\Controller;
319319

320320
// ...
321321
use App\Entity\Category;

0 commit comments

Comments
 (0)