silverstripe-contentreview/code/extensions/ContentReviewOwner.php

18 lines
240 B
PHP

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