docs: add missing syntax highlighting
This commit is contained in:
parent
52836ee597
commit
e25bc7007a
|
@ -115,7 +115,8 @@ public function __construct(Connection $database) {
|
||||||
### Completing the handle method
|
### Completing the handle method
|
||||||
|
|
||||||
As well as the database, I've added some properties to contain the table names to query as well as the name of the file to output:
|
As well as the database, I've added some properties to contain the table names to query as well as the name of the file to output:
|
||||||
```
|
|
||||||
|
```php
|
||||||
private static array $tableNames = [
|
private static array $tableNames = [
|
||||||
'block_content__body',
|
'block_content__body',
|
||||||
'node__body',
|
'node__body',
|
||||||
|
|
Loading…
Reference in a new issue