Update for CMS namespace

This commit is contained in:
Damian Mooyman 2016-07-25 11:31:58 +12:00
parent 93f4dd1764
commit 3fa6f04047

View File

@ -1,4 +1,8 @@
<?php
use SilverStripe\CMS\Controllers\ContentController;
use SilverStripe\CMS\Model\SiteTree;
class Page extends SiteTree {
private static $db = array(