File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/modules/User/Models/UserWishList.php
Back
<?php namespace Modules\User\Models; use App\BaseModel; class UserWishList extends BaseModel { protected $table = 'user_wishlist'; protected $fillable = [ 'object_id', 'object_model', 'user_id' ]; public function service() { $allServices = get_bookable_services(); $module = $allServices[$this->object_model]; return $this->hasOne($module, "id", 'object_id')->where("deleted_at",null); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings