diff --git a/en/console-and-shells/commands.rst b/en/console-and-shells/commands.rst index cf539c70db..9ac1a9d679 100644 --- a/en/console-and-shells/commands.rst +++ b/en/console-and-shells/commands.rst @@ -18,6 +18,7 @@ Let's create our first Command. For this example, we'll create a simple Hello world command. In your application's **src/Command** directory create **HelloCommand.php**. Put the following code inside it:: +