recipe-cms/mysite/code/Page.php

11 lines
141 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 = [];
2017-07-11 05:16:08 +02:00
private static $has_one = [];
2017-07-11 05:16:08 +02:00
}