DOC: fix code block not closed

This fixes an un-closed code block in the file usage docs, causing two code blocks (php & yml) to be joined.
This commit is contained in:
Ed Wilde 2021-02-15 13:26:30 +13:00 committed by GitHub
parent 38a62425f8
commit 8a8f5e6baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ class UsedOnTableExtension extends Extension
$ancestorDataObjects[] = $grandParentIWantToLink;
}
}
```
### Example YML file:
@ -81,4 +82,4 @@ class UsedOnTableExtension extends Extension
SilverStripe\Admin\Forms\UsedOnTable:
extensions:
- My\App\Extensions\UsedOnTableExtension
```
```