View file visavi-rotorcms-63832fa/app/models/Chat.php

File size: 71B
<?php
class Chat extends BaseModel {

	static $table_name = 'chat';

}