<?php namespace BookStack\Repos;
use BookStack\Comment;
use BookStack\Entity;
/**
* Class TagRepo
* @package BookStack\Repos
*/
class CommentRepo {
*
* @var Comment $comment
protected $comment;
}