Topic.php 148 B

12345678910111213
  1. <?php
  2. namespace app\models;
  3. class Topic extends \lithium\action\Model {
  4. public function __init()
  5. {
  6. parent::__init();
  7. //Vadidators
  8. }
  9. }