Add and fix heading IDs

This commit is contained in:
lukinovec 2023-01-06 07:49:24 +01:00
parent 8029bdc51c
commit e7edb9331b
11 changed files with 17 additions and 17 deletions

View file

@ -51,7 +51,7 @@ class BarCommand extends Command
}
```
### Custom implementation
### Custom implementation {#custom-implementation}
If you want more control, you may implement this functionality yourself by simply accepting a `tenant_id` argument and then inside `handle()` doing something like this:
```php