Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitea07ef1

Browse files
mimol91weaverryan
mimol91
authored andcommitted
Update commands_as_services.rst
Missing parent construct
1 parent512ae2c commitea07ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎cookbook/console/commands_as_services.rst‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ have some ``NameRepository`` service that you'll use to get your default value::
9090

9191
public function __construct(NameRepository $nameRepository)
9292
{
93+
parent::__construct();
94+
9395
$this->nameRepository = $nameRepository;
9496
}
9597

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp