Initial import
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\models;
|
||||
|
||||
/**
|
||||
* Class Translation
|
||||
* @package app\models
|
||||
* @property $id
|
||||
* @property $name
|
||||
* @property $name_en
|
||||
*/
|
||||
class Translation extends _Base
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user