silverstripe-contentreview/src/Extensions/ContentReviewOwner.php

15 lines
231 B
PHP

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