BookStack/app/Repos/CommentRepo.php

17 lines
236 B
PHP
Raw Normal View History

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