Comment.php 62 B

1234567
  1. <?php
  2. namespace Longyi\Blog\Contracts;
  3. interface Comment
  4. {
  5. }