芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/app/Models/GiftCard.php
belongsTo('App\Models\Currency', 'currency_id')->withDefault(); } public function user() { return $this->belongsTo('App\Models\User', 'user_id')->withDefault(); } public function getusedAtAttribute($value) { if ($value != '') { $date_format = get_date_format(); $time_format = get_time_format(); return \Carbon\Carbon::parse($value)->format("$date_format $time_format"); } } }