Skip to content

Commit

Permalink
Update listener.md to remove redundant line in documentation (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamarsenibragimov authored Nov 13, 2024
1 parent 50a6ddb commit 4895ebb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/en/docs/listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4895ebb

Please sign in to comment.