You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bedrock/cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ namespace {
36
36
}
37
37
```
38
38
39
-
You can still access to symfony console with method ``console()``
39
+
You can access to symfony console instance with method ``console()``
40
40
41
41
```php
42
42
$app->console()->setDefaultCommand('...');
43
43
```
44
44
45
-
Visit the official Symfony Console documentation at [https://symfony.com/doc/current/components/console.html](https://symfony.com/doc/current/components/console.html) for more infos on commands and others helper.
45
+
Visit the official [Symfony Console Documentation](https://symfony.com/doc/current/components/console.html) for more infos on commands and others helper.
0 commit comments