silverstripe-contentreview/src/Extensions/ContentReviewOwner.php

15 lines
231 B
PHP
Raw Normal View History

<?php
/**
2015-11-02 00:27:42 +01:00
* Description of GroupContentReview.
*/
2015-11-02 00:27:42 +01:00
class ContentReviewOwner extends DataExtension
{
/**
* @var array
*/
private static $many_many = array(
"SiteTreeContentReview" => "SiteTree",
);
}