mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
11 lines
123 B
PHP
Executable File
11 lines
123 B
PHP
Executable File
<?php
|
|
|
|
class Page extends SiteTree
|
|
{
|
|
private static $db = array(
|
|
);
|
|
|
|
private static $has_one = array(
|
|
);
|
|
}
|