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 5b0af99

Browse filesBrowse files
committed
minor #8738 Correction in the console command folder (paengski13)
This PR was merged into the 2.7 branch. Discussion ---------- Correction in the console command folder replaced bin/console with app/console command as per Symfony 2.7 folder structure Commits ------- 762e1cb Correction in the console command folder
2 parents 5438dc7 + 762e1cb commit 5b0af99
Copy full SHA for 5b0af99

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.rst

Copy file name to clipboardExpand all lines: service_container.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Find out by running:
6060

6161
.. code-block:: terminal
6262
63-
$ php bin/console debug:container
63+
$ php app/console debug:container
6464
6565
This is just a *small* sample of the output:
6666

@@ -222,7 +222,7 @@ and set it on a ``$logger`` property::
222222

223223
The ``LoggerInterface`` type-hint in the ``__construct()`` method is optional,
224224
but a good idea. You can find the correct type-hint by reading the docs for the
225-
service or by using the ``php bin/console debug:container`` console command.
225+
service or by using the ``php app/console debug:container`` console command.
226226

227227
Next, tell the container the service has a constructor argument:
228228

0 commit comments

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