mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
6 lines
122 B
PHP
6 lines
122 B
PHP
<?php
|
|
|
|
class FTPageHolder extends Page {
|
|
static $default_child = 'FTPage';
|
|
static $allowed_children = array('FTPage');
|
|
} |