Browse Source

提现

master
Lemon 6 years ago
parent
commit
18c0182a1e
  1. 2
      app/Model/v3/StoreWithdrawal.php

2
app/Model/v3/StoreWithdrawal.php

@ -28,7 +28,7 @@ class StoreWithdrawal extends Model
}
}
public function getCreatedAtTimeTextAttribute()
public function getCreatedAtTextAttribute()
{
return date('Y-m-d H:i:s', $this->attributes['created_at']);
}
Loading…
Cancel
Save