From 4895ebb639ee58b11e483cdc20e015d11f61fb62 Mon Sep 17 00:00:00 2001 From: Arsen Ibragimov Date: Wed, 13 Nov 2024 20:08:54 +0100 Subject: [PATCH] Update listener.md to remove redundant line in documentation (#208) --- docs/en/docs/listener.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/docs/listener.md b/docs/en/docs/listener.md index 617ed6628..7731d8540 100644 --- a/docs/en/docs/listener.md +++ b/docs/en/docs/listener.md @@ -15,8 +15,6 @@ To create a listener layout, you need to run the following `artisan` command in php artisan orchid:listener SubtractListener ``` -This command will create a new class named `SubtractListener` in the `app/Orchid/Layouts` directory. - Running the command above will create a new class named `SubtractListener` in the `app/Orchid/Layouts` directory. Once created, you can now add the required fields in the `layouts` method as shown below: