mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update 01_Extensions.md
This commit is contained in:
parent
eae3d0cfaa
commit
ff77988056
@ -90,7 +90,7 @@ class MyMemberExtension extends DataExtension
|
|||||||
];
|
];
|
||||||
|
|
||||||
private static $has_one = [
|
private static $has_one = [
|
||||||
'Image' => 'Image',
|
'Image' => Image::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
public function SayHi()
|
public function SayHi()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user