recipe-cms/mysite/code/Page.php

13 lines
161 B
PHP
Raw Normal View History

2017-07-11 05:16:08 +02:00
<?php
use SilverStripe\CMS\Model\SiteTree;
class Page extends SiteTree
{
private static $db = array(
);
private static $has_one = array(
);
}