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