mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
7 lines
111 B
PHP
7 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
class BlogTreeExtension extends DataExtension {
|
||
|
|
||
|
static $has_one = array("SideBar" => "WidgetArea");
|
||
|
|
||
|
}
|