silverstripe-blog/code/model/CategorisationObject.php
Christopher Pitt 787c02a19d Clean up
2015-05-11 10:11:21 +12:00

9 lines
85 B
PHP

<?php
/**
* @method ManyManyList BlogPosts
*/
interface CategorisationObject {
}