Initial import
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
namespace app\models;
|
||||
|
||||
|
||||
/**
|
||||
* Class TourStories
|
||||
* @package app\models\register
|
||||
* @property $id
|
||||
* @property $name
|
||||
* @property $name_en
|
||||
* @property $text
|
||||
* @property $text_en
|
||||
* @property $longitude
|
||||
* @property $latitude
|
||||
* @property $partner_id
|
||||
*/
|
||||
class TourObjects extends _Base
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user