We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b16d3b commit 6f56270Copy full SHA for 6f56270
components/console/introduction.rst
@@ -88,6 +88,8 @@ an ``Application`` and adds commands to it::
88
<?php
89
// application.php
90
91
+ require __DIR__ . '/vendor/autoload.php';
92
+
93
use Acme\Console\Command\GreetCommand;
94
use Symfony\Component\Console\Application;
95
0 commit comments