Skip to content

Commit 658a6f1

Browse files
committed
minor #13918 Fix Typo (menachemkorf)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- Fix Typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 ------- b18101b Update associations.rst
2 parents 7ff0c26 + b18101b commit 658a6f1

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)