chat_add
This commit is contained in:
9
app/chat/model/ChatCommonPhrase.php
Normal file
9
app/chat/model/ChatCommonPhrase.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\chat\model;
|
||||
|
||||
class ChatCommonPhrase extends BaseModel
|
||||
{
|
||||
|
||||
public $tabla_name = 'chat_common_phrase';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user