mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
38a62425f8
commit
8a8f5e6baa
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user