first commit
This commit is contained in:
22
app/Models/PropertyMetaRoomRatePrice.php
Normal file
22
app/Models/PropertyMetaRoomRatePrice.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class PropertyMetaRoomRatePrice extends BaseModel
|
||||
{
|
||||
|
||||
protected $table = 'property_meta_room_rate_price';
|
||||
protected $appends = [];
|
||||
|
||||
const CREATED_AT = 'created_at';
|
||||
const UPDATED_AT = 'updated_at';
|
||||
|
||||
protected $dateFormat = 'U';
|
||||
protected $guarded = [];
|
||||
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user