Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02017b2

Browse filesBrowse files
authored
Update parent_services.rst
1 parent 7ae6f13 commit 02017b2
Copy full SHA for 02017b2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎service_container/parent_services.rst

Copy file name to clipboardExpand all lines: service_container/parent_services.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Your child service classes may look like this::
3939
// src/Repository/DoctrineUserRepository.php
4040
namespace App\Repository;
4141

42-
use App\Repository\BaseDoctrineRepository
42+
use App\Repository\BaseDoctrineRepository;
4343

4444
// ...
4545
class DoctrineUserRepository extends BaseDoctrineRepository
@@ -50,7 +50,7 @@ Your child service classes may look like this::
5050
// src/Repository/DoctrinePostRepository.php
5151
namespace App\Repository;
5252

53-
use App\Repository\BaseDoctrineRepository
53+
use App\Repository\BaseDoctrineRepository;
5454

5555
// ...
5656
class DoctrinePostRepository extends BaseDoctrineRepository

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.