mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Revert unnecessary change
This commit is contained in:
parent
b0cdff3619
commit
e37188da4c
@ -161,7 +161,7 @@ of `DataObject`. Adding this extension to children of the base class will have u
|
||||
|
||||
You can use the `owns` static private property on a DataObject to specify which relationships are ownership relationships. The `owns` property should be defined on the _owner_ DataObject.
|
||||
|
||||
For example, let's say you have a `MyPage` page type that displays banners containing an image. Each `MyPage` own many `Banners`, which in turn own an `Image`.
|
||||
For example, let's say you have a `MyPage` page type that displays banners containing an image. Each `MyPage` owns many `Banners`, which in turn owns an `Image`.
|
||||
|
||||
|
||||
```php
|
||||
|
Loading…
x
Reference in New Issue
Block a user