芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/app/Models/Advertisement.php
hasOne(Customer::class, 'id','customer_id'); } public function getimageAttribute($image) { return url('') . config('global.IMG_PATH') . config('global.ARTICLE_IMG_PATH') . $image; } public function property() { return $this->hasOne(Property::class, 'id', 'property_id'); } }