17 lines
No EOL
236 B
PHP
17 lines
No EOL
236 B
PHP
<?php namespace BookStack\Repos;
|
|
|
|
use BookStack\Comment;
|
|
use BookStack\Entity;
|
|
|
|
/**
|
|
* Class TagRepo
|
|
* @package BookStack\Repos
|
|
*/
|
|
class CommentRepo {
|
|
/**
|
|
*
|
|
* @var Comment $comment
|
|
*/
|
|
protected $comment;
|
|
|
|
} |