mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Fixed static visibility
This commit is contained in:
parent
7be2968a92
commit
cb1775a1c5
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
class FrameworkTestFileExtension extends DataExtension {
|
class FrameworkTestFileExtension extends DataExtension {
|
||||||
static $has_one = array(
|
private static $has_one = array(
|
||||||
'Company' => 'Company',
|
'Company' => 'Company',
|
||||||
'BasicFieldsTestPage' => 'BasicFieldsTestPage'
|
'BasicFieldsTestPage' => 'BasicFieldsTestPage'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user