silverstripe-contentreview/code/extensions/ContentReviewOwner.php

17 lines
217 B
PHP

<?php
/**
* Description of GroupContentReview
*
*/
class ContentReviewOwner extends DataExtension {
/**
*
* @var array
*/
private static $many_many = array(
"SiteTreeContentReview" => "SiteTree"
);
}