Merge branch 'maint/7.0'
[ninja.git] / modules / orm / models / commentpool.php
blob64a45cc0414a4a6a20a199fb604402840debb23b
1 <?php
3 require_once( dirname(__FILE__).'/base/basecommentpool.php' );
5 /**
6 * The univese of a objects of a given type in livestatus
7 */
8 class CommentPool_Model extends BaseCommentPool_Model {