refactor:拆分 API 路由与请求校验,统一 final 类和代码风格
This commit is contained in:
@@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
/**
|
||||
* 彩票侧余额(表 player_wallets),按 player + wallet_type + currency 唯一。
|
||||
*/
|
||||
class PlayerWallet extends Model
|
||||
final class PlayerWallet extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'player_id',
|
||||
|
||||
Reference in New Issue
Block a user