Comments.php 87 B

1234567
  1. <?php
  2. class Comments {
  3. public function title() {
  4. return 'A Comedy of Errors';
  5. }
  6. }